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 <sebastian_ml@gmx.net>
This commit is contained in:
parent
04d1333d8b
commit
f170bea162
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ define Package/asterisk11
|
||||||
$(call Package/asterisk11/Default)
|
$(call Package/asterisk11/Default)
|
||||||
TITLE:=Complete open source PBX, v$(PKG_VERSION)
|
TITLE:=Complete open source PBX, v$(PKG_VERSION)
|
||||||
MENU:=1
|
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
|
CONFLICTS:=asterisk13
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -254,7 +254,7 @@ CONFIGURE_ARGS+= \
|
||||||
--with-ilbc=internal \
|
--with-ilbc=internal \
|
||||||
--without-isdnnet \
|
--without-isdnnet \
|
||||||
--without-libxml2 \
|
--without-libxml2 \
|
||||||
--with-libedit="$(STAGING_DIR)/usr" \
|
--with-libedit=internal \
|
||||||
--without-misdn \
|
--without-misdn \
|
||||||
--without-nbs \
|
--without-nbs \
|
||||||
--with-ncurses="$(STAGING_DIR)/usr" \
|
--with-ncurses="$(STAGING_DIR)/usr" \
|
||||||
|
|
Loading…
Reference in a new issue