package/libpjsip: drop path to staging to find libsrtp
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 5 Jan 2017 21:16:38 +0000 (22:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Jan 2017 03:39:26 +0000 (16:39 +1300)
As it happens, specifying the path where to look for libsrtp is not
needed: pjsip does not use the argument to --with-external-srtp as a
search path at all; it only checks whether it is 'no' or something
else.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libpjsip/libpjsip.mk

index 70dd4aa2472d886b0005e4fd4abf33699a2accab..eb50f00677089adcbb28b05d5f58413740b1d06d 100644 (file)
@@ -52,7 +52,7 @@ LIBPJSIP_CONF_OPTS = \
        --disable-ipp \
        --disable-ssl \
        --disable-silk \
-       --with-external-srtp=$(STAGING_DIR)/usr
+       --with-external-srtp
 
 # Note: aconfigure.ac is broken: --enable-epoll or --disable-epoll will
 # both enable it. But that's OK, epoll is better than the alternative,