diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-19 11:37:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-19 11:37:03 +0000 |
commit | fb9a1ae97a91009e6c2efd10009ecffc633a6f08 (patch) | |
tree | 212585a4544cfb85f2ff2382ceb134015a084168 /testing/mozjs60 | |
parent | aec7bf4a1da7e0f1ec8f4042b6a228dc15428312 (diff) | |
download | aports-fb9a1ae97a91009e6c2efd10009ecffc633a6f08.tar.bz2 aports-fb9a1ae97a91009e6c2efd10009ecffc633a6f08.tar.xz |
testing/mozjs60: build fix. build with bash
Diffstat (limited to 'testing/mozjs60')
-rw-r--r-- | testing/mozjs60/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mozjs60/APKBUILD b/testing/mozjs60/APKBUILD index d5f6fbaead..53935c13ac 100644 --- a/testing/mozjs60/APKBUILD +++ b/testing/mozjs60/APKBUILD @@ -9,7 +9,7 @@ arch="all !armhf !armv7" license="LGPL" depends="" depends_dev="icu-dev nspr-dev libffi-dev readline-dev" -makedepends="$depends_dev zlib-dev python2 perl sed autoconf2.13 linux-headers" +makedepends="$depends_dev zlib-dev python2 perl sed autoconf2.13 linux-headers bash" subpackages="$pkgname-dev" source="https://ftp.mozilla.org/pub/firefox/releases/${pkgver}esr/source/firefox-${pkgver}esr.source.tar.xz 0001-silence-sandbox-violations.patch @@ -26,7 +26,7 @@ build() { # avoid complains about autoconf touch configure - SHELL=/bin/ash PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + SHELL=/bin/bash PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --with-system-icu \ --with-system-nspr \ --with-system-zlib \ |