diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-11 13:27:24 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-11 13:27:24 +0000 |
commit | 862d3e70290c1bde6095753b5a2f0c401d032ed7 (patch) | |
tree | 9d46bf4f4429374f7c28bd3733c4b9375f35ceb9 /testing | |
parent | 5f30255f5b14a407349f278ad024dbf72d7df622 (diff) | |
download | aports-862d3e70290c1bde6095753b5a2f0c401d032ed7.tar.bz2 aports-862d3e70290c1bde6095753b5a2f0c401d032ed7.tar.xz |
testing/firefox: force set shell
Diffstat (limited to 'testing')
-rw-r--r-- | testing/firefox/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 365f5b80c9..a81bb756dc 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -101,6 +101,7 @@ build() { # mozilla's buildsystem is on drugs export CFLAGS="$(echo $CFLAGS | sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g') -DBROTLI_BUILD_PORTABLE" export CXXFLAGS="$CFLAGS" + export SHELL=/bin/sh # set rpath so linker finds the libs export LDFLAGS="$LDFLAGS -Wl,-rpath,${_mozappdir}" |