Merge pull request #119 from bernhardschmidt/fix-freeswitch-build

Fix build of FreeSWITCH due to missing libedit
This commit is contained in:
Jiri Slachta 2017-05-05 13:17:06 +02:00 committed by GitHub
commit f39b95b09e

View file

@ -573,6 +573,7 @@ CONFIGURE_ARGS+= \
--sysconfdir="/etc" \ --sysconfdir="/etc" \
--with-modinstdir="/usr/lib/$(PKG_NAME)" \ --with-modinstdir="/usr/lib/$(PKG_NAME)" \
--with-random="/dev/urandom" \ --with-random="/dev/urandom" \
--disable-core-libedit-support \
$(call autoconf_bool,CONFIG_FS_WITH_BUILTIN_ZRTP,zrtp) \ $(call autoconf_bool,CONFIG_FS_WITH_BUILTIN_ZRTP,zrtp) \
$(call autoconf_bool,CONFIG_FS_WITH_FHS,fhs) \ $(call autoconf_bool,CONFIG_FS_WITH_FHS,fhs) \
$(call autoconf_bool,CONFIG_FS_WITH_APR_IPV6,ipv6) \ $(call autoconf_bool,CONFIG_FS_WITH_APR_IPV6,ipv6) \