From 3a2365b5767c2de931d9cd6a5ddc57abf183c43c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 13 Aug 2013 10:03:41 +0000 Subject: main/freeswitch: build fix remove the --build --host options for now we will probably need to manually wget and unpack all the source packages freeswitch needs, before running update_config_sub. --- main/freeswitch/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main/freeswitch') diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index a7ab3467a..f839e897a 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -46,13 +46,11 @@ build() { export lt_cv_sys_max_cmd_len=8192 cp -f "$srcdir/modules.conf" modules.conf || return 1 - + # remove -Werror since gcc-4.5 is more strict sed -i -e 's/-Werror//g' configure || return 1 [ "$ALPINE_LIBC" != "eglibc" ] && export LDFLAGS="$LDFLAGS -liconv" CFLAGS="-Wno-unused-but-set-variable" ./configure \ - --build=$CBUILD \ - --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc/freeswitch \ --with-modinstdir=/usr/lib/freeswitch \ -- cgit v1.2.3