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'
|
||||
pkgname=js
|
||||
version=1.8.5
|
||||
revision=8
|
||||
revision=9
|
||||
build_wrksrc="js/src"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="zip python perl nspr-devel"
|
||||
|
@ -34,8 +34,6 @@ do_configure() {
|
|||
sed -e "s,-march=armv7 -marm -msoftfp,${CFLAGS},g" -i configure
|
||||
|
||||
./configure --prefix=/usr --with-system-nspr --enable-threadsafe ${_args}
|
||||
|
||||
sed -e 's,-L/usr/lib,,g' -i config/autoconf.mk
|
||||
}
|
||||
|
||||
js-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue