pjproject: enable ssl support

Enable SSL support as Asterisk relies on it. Some Asterisk modules
cannot load without it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2017-08-09 22:48:08 +02:00
parent ae177a2f5f
commit 29cb5debb3

View file

@ -32,7 +32,7 @@ define Package/pjproject/Default
CATEGORY:=Libraries
SUBMENU:=Telephony
URL:=http://www.pjsip.org/
DEPENDS:=+libuuid +libstdcpp +libpthread
DEPENDS:=+libopenssl +libuuid +libstdcpp +libpthread
endef
define Package/pjproject/install/lib
@ -77,11 +77,11 @@ CONFIGURE_ARGS += \
--disable-sound \
--disable-speex-aec \
--disable-speex-codec \
--disable-ssl \
--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