aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-14 12:07:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-14 12:08:18 +0000
commit7ab8f01d8b983a37af1d8d523b903f501d82e3f2 (patch)
tree1d75bcc54408d73b01c95ec2d9e230454e9af88b /community/firefox/APKBUILD
parentb8ac2e361afcdc040b0727c083b5703906e88b6d (diff)
downloadaports-7ab8f01d8b983a37af1d8d523b903f501d82e3f2.tar.bz2
aports-7ab8f01d8b983a37af1d8d523b903f501d82e3f2.tar.xz
community/firefox: forse set shell
Diffstat (limited to 'community/firefox/APKBUILD')
-rw-r--r--community/firefox/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD
index cc9f83afc9..581c142355 100644
--- a/community/firefox/APKBUILD
+++ b/community/firefox/APKBUILD
@@ -100,6 +100,7 @@ build() {
# mozilla's buildsystem is on drugs
export CFLAGS="$(echo $CFLAGS | sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')"
export CXXFLAGS="$CFLAGS"
+ export SHELL=/bin/sh
# set rpath so linker finds the libs
export LDFLAGS="$LDFLAGS -Wl,-rpath,${_mozappdir}"