summaryrefslogtreecommitdiff
path: root/package/libpjsip
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-01-05 22:16:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-25 16:39:26 +1300
commitd8234472000fb7d429dd680f9949d1059519276c (patch)
tree997abac0cb800441782a6257b087ae64fb9354a8 /package/libpjsip
parentd7bc10247007e8ad7178864bcbd752a9e2ca10d8 (diff)
package/libpjsip: drop path to staging to find libsrtp
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>
Diffstat (limited to 'package/libpjsip')
-rw-r--r--package/libpjsip/libpjsip.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 70dd4aa24..eb50f0067 100644
--- a/package/libpjsip/libpjsip.mk
+++ b/package/libpjsip/libpjsip.mk
@@ -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,