diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 10:03:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 15:01:41 +0000 |
commit | 3a2365b5767c2de931d9cd6a5ddc57abf183c43c (patch) | |
tree | cf4ee53c4bd2e391b7c333dc848e502ef5837e76 /main/freeswitch | |
parent | d4e5bf54c9974e5ad47ca34821e40ca11820b465 (diff) | |
download | aports-3a2365b5767c2de931d9cd6a5ddc57abf183c43c.tar.bz2 aports-3a2365b5767c2de931d9cd6a5ddc57abf183c43c.tar.xz |
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.
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index a7ab3467a3..f839e897a0 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 \ |