diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-03 15:49:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-03 15:49:25 +0000 |
commit | cc3fbab977a095013584960cdf2eb1a3e1357dbf (patch) | |
tree | cdca7f02d33709251c49cf3742ad529dc1b87d26 /testing/firefox | |
parent | 568987f80fd53933bec506fa936bde0aecd36ce7 (diff) | |
download | aports-cc3fbab977a095013584960cdf2eb1a3e1357dbf.tar.bz2 aports-cc3fbab977a095013584960cdf2eb1a3e1357dbf.tar.xz |
testing/firefox: try enable debug symbols on firefox-10
Diffstat (limited to 'testing/firefox')
-rw-r--r-- | testing/firefox/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 3c83c8c101..4df43df6a7 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=10.0 _pkgver=$pkgver _xulver=10.0 -pkgrel=0 +pkgrel=1 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" @@ -52,6 +52,8 @@ source="http://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver firefox.desktop firefox-safe.desktop" +options="!strip" + _builddir="${srcdir}/mozilla-release" _mozappdir=/usr/lib/firefox-$pkgver @@ -68,6 +70,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 } build() { |