mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/js to 24.2.0-4
This commit is contained in:
parent
89d84332fd
commit
01455f49b0
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=js
|
||||
pkgver=24.2.0
|
||||
pkgrel=3.1
|
||||
pkgrel=4
|
||||
pkgdesc="JavaScript interpreter and libraries"
|
||||
arch=(i686 x86_64)
|
||||
url="https://developer.mozilla.org/En/SpiderMonkey/17"
|
||||
|
@ -37,6 +37,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
unset CPPFLAGS
|
||||
CXXFLAGS+=' -fno-delete-null-pointer-checks'
|
||||
cd mozjs-$pkgver/js/src
|
||||
./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
|
||||
--enable-readline --enable-threadsafe
|
||||
|
|
Loading…
Reference in a new issue