From f170bea1623dda3a8714f29c1e930a41cae8d022 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 10 Sep 2017 22:20:54 +0200 Subject: [PATCH] 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 --- net/asterisk-11.x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \ -- 2.30.2