summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-04-23 13:32:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-04-23 13:34:17 +0000
commit30a54def351fec6d44d413828182cf4e9c203149 (patch)
treee08c7668a3b0e9dff8feb6542e547e874e3786fb /testing
parentdfb08231f9794fa46cc8b7053e31d0ef08132c8b (diff)
downloadaports-30a54def351fec6d44d413828182cf4e9c203149.tar.bz2
aports-30a54def351fec6d44d413828182cf4e9c203149.tar.xz
testing/freeswitch: rebuild without debugging
the 1.0.6 seems to fix the issues
Diffstat (limited to 'testing')
-rw-r--r--testing/freeswitch/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/freeswitch/APKBUILD b/testing/freeswitch/APKBUILD
index b9fd3558d..4659f4f51 100644
--- a/testing/freeswitch/APKBUILD
+++ b/testing/freeswitch/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=freeswitch
pkgver=1.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
license="GPL"
@@ -18,7 +18,6 @@ source="http://files.freeswitch.org/freeswitch-$pkgver.tar.gz
freeswitch.pre-install
freeswitch.post-deinstall
"
-options="!strip"
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -27,7 +26,6 @@ build() {
# i think our max cmd len is 32768
# by specifying it here we save our selves from some CPU cycles
export lt_cv_sys_max_cmd_len=8192
- export CFLAGS="-g"
./configure --prefix=/usr \
--sysconfdir=/etc/freeswitch \