summaryrefslogtreecommitdiffstats
path: root/testing/firefox
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-03 18:46:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-03 18:46:27 +0000
commitb377064f47c65a3f21faa12932a954bcbd4c3a72 (patch)
tree34afc0a86776c67effc4674c030f2cb93bd8ffe1 /testing/firefox
parentcc3fbab977a095013584960cdf2eb1a3e1357dbf (diff)
downloadaports-b377064f47c65a3f21faa12932a954bcbd4c3a72.tar.bz2
aports-b377064f47c65a3f21faa12932a954bcbd4c3a72.tar.xz
testing/filefox,xulrunner: dont strip binaries
so we keep debug syms
Diffstat (limited to 'testing/firefox')
-rw-r--r--testing/firefox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 4df43df6a..16ac938ba 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
pkgver=10.0
_pkgver=$pkgver
_xulver=10.0
-pkgrel=1
+pkgrel=2
pkgdesc="firefox web browser"
url="http://www.firefox.com"
arch="all"
@@ -71,6 +71,7 @@ prepare() {
cp "${srcdir}/mozconfig" .mozconfig
echo "ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)" >> .mozconfig
echo "ac_add_options --enable-debug-symbols" >> .mozconfig
+ echo "ac_add_options --disable-install-strip" >>.mozconfig
}
build() {