From 29cb5debb3ed0d6a3ac9cc51667e383a469eb679 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 9 Aug 2017 22:48:08 +0200 Subject: [PATCH] pjproject: enable ssl support Enable SSL support as Asterisk relies on it. Some Asterisk modules cannot load without it. Signed-off-by: Sebastian Kemper --- libs/pjproject/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2