Fix build of FreeSWITCH due to missing libedit
libedit is not available in 15.05. Add --disable-core-libedit-support to configure flags to fix build error Fixes #118 Signed-Off-By: Bernhard Schmidt <berni@birkenwald.de>
This commit is contained in:
parent
5ef9ebae81
commit
bb4e8f7e0c
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ CONFIGURE_ARGS+= \
|
|||
--sysconfdir="/etc" \
|
||||
--with-modinstdir="/usr/lib/$(PKG_NAME)" \
|
||||
--with-random="/dev/urandom" \
|
||||
--disable-core-libedit-support \
|
||||
$(call autoconf_bool,CONFIG_FS_WITH_BUILTIN_ZRTP,zrtp) \
|
||||
$(call autoconf_bool,CONFIG_FS_WITH_FHS,fhs) \
|
||||
$(call autoconf_bool,CONFIG_FS_WITH_APR_IPV6,ipv6) \
|
||||
|
|
Loading…
Reference in a new issue