From: Sebastian Kemper Date: Sun, 10 Sep 2017 20:20:54 +0000 (+0200) Subject: asterisk11: use internal libedit X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=f170bea1623dda3a8714f29c1e930a41cae8d022 asterisk11: use internal libedit Asterisk 11 cannot deal with a unicode-enabled libedit. Input is not possible anymore. Use the internal copy. Asterisk 13 works fine with the external libedit. Signed-off-by: Sebastian Kemper --- diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 7f38abe..ca01fb3 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -99,7 +99,7 @@ define Package/asterisk11 $(call Package/asterisk11/Default) TITLE:=Complete open source PBX, v$(PKG_VERSION) MENU:=1 - DEPENDS:=+libopenssl +libedit +libncurses +libpopt +libpthread +libsqlite3 +librt +libuuid +zlib @!TARGET_avr32 + DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +libuuid +zlib @!TARGET_avr32 CONFLICTS:=asterisk13 endef @@ -254,7 +254,7 @@ CONFIGURE_ARGS+= \ --with-ilbc=internal \ --without-isdnnet \ --without-libxml2 \ - --with-libedit="$(STAGING_DIR)/usr" \ + --with-libedit=internal \ --without-misdn \ --without-nbs \ --with-ncurses="$(STAGING_DIR)/usr" \