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:
parent
ae177a2f5f
commit
29cb5debb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue