pjproject: enable ssl support
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 9 Aug 2017 20:48:08 +0000 (22:48 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 9 Aug 2017 20:48:10 +0000 (22:48 +0200)
Enable SSL support as Asterisk relies on it. Some Asterisk modules
cannot load without it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/pjproject/Makefile

index bafb468344e295c2900bd3446b3c7bd37dd60ac2..4d9764fc330ecbf1a50aff0b7a7312fb0eecb4fa 100644 (file)
@@ -32,7 +32,7 @@ define Package/pjproject/Default
   CATEGORY:=Libraries
   SUBMENU:=Telephony
   URL:=http://www.pjsip.org/
   CATEGORY:=Libraries
   SUBMENU:=Telephony
   URL:=http://www.pjsip.org/
-  DEPENDS:=+libuuid +libstdcpp +libpthread
+  DEPENDS:=+libopenssl +libuuid +libstdcpp +libpthread
 endef
 
 define Package/pjproject/install/lib
 endef
 
 define Package/pjproject/install/lib
@@ -77,11 +77,11 @@ CONFIGURE_ARGS += \
        --disable-sound \
        --disable-speex-aec \
        --disable-speex-codec \
        --disable-sound \
        --disable-speex-aec \
        --disable-speex-codec \
-       --disable-ssl \
        --disable-v4l2 \
        --disable-video \
        --enable-shared \
        --with-external-srtp="$(STAGING_DIR)/usr" \
        --disable-v4l2 \
        --disable-video \
        --enable-shared \
        --with-external-srtp="$(STAGING_DIR)/usr" \
+       --with-ssl="$(STAGING_DIR)/usr" \
        --without-external-gsm \
        --without-external-pa \
        --without-external-webrtc
        --without-external-gsm \
        --without-external-pa \
        --without-external-webrtc