mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
js: get rid of cross workarounds.
This commit is contained in:
parent
f67383e3b9
commit
c9432a84db
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'js'
|
# Template file for 'js'
|
||||||
pkgname=js
|
pkgname=js
|
||||||
version=1.8.5
|
version=1.8.5
|
||||||
revision=8
|
revision=9
|
||||||
build_wrksrc="js/src"
|
build_wrksrc="js/src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="zip python perl nspr-devel"
|
hostmakedepends="zip python perl nspr-devel"
|
||||||
|
@ -34,8 +34,6 @@ do_configure() {
|
||||||
sed -e "s,-march=armv7 -marm -msoftfp,${CFLAGS},g" -i configure
|
sed -e "s,-march=armv7 -marm -msoftfp,${CFLAGS},g" -i configure
|
||||||
|
|
||||||
./configure --prefix=/usr --with-system-nspr --enable-threadsafe ${_args}
|
./configure --prefix=/usr --with-system-nspr --enable-threadsafe ${_args}
|
||||||
|
|
||||||
sed -e 's,-L/usr/lib,,g' -i config/autoconf.mk
|
|
||||||
}
|
}
|
||||||
|
|
||||||
js-devel_package() {
|
js-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue