From bb4e8f7e0c49f1b9fad95072b5670fd323e433be Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sun, 14 Aug 2016 22:44:53 +0200 Subject: [PATCH] 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 --- net/freeswitch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 1d2ded3..4a771fa 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -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) \ -- 2.30.2