From: Sebastian Kemper Date: Wed, 9 Aug 2017 20:48:08 +0000 (+0200) Subject: pjproject: enable ssl support X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=29cb5debb3ed0d6a3ac9cc51667e383a469eb679 pjproject: enable ssl support Enable SSL support as Asterisk relies on it. Some Asterisk modules cannot load without it. Signed-off-by: Sebastian Kemper --- diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index bafb468..4d9764f 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -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