mozjs17: get rid of cross workarounds.
This commit is contained in:
parent
d4e021c593
commit
cfaa8f9d55
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mozjs17'
|
# Template file for 'mozjs17'
|
||||||
pkgname=mozjs17
|
pkgname=mozjs17
|
||||||
version=17.0.0
|
version=17.0.0
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="mozjs${version}"
|
wrksrc="mozjs${version}"
|
||||||
build_wrksrc="js/src"
|
build_wrksrc="js/src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -25,8 +25,6 @@ do_configure() {
|
||||||
|
|
||||||
./configure --prefix=/usr --with-system-nspr \
|
./configure --prefix=/usr --with-system-nspr \
|
||||||
--enable-threadsafe ${_args}
|
--enable-threadsafe ${_args}
|
||||||
|
|
||||||
sed -e 's,-L/usr/lib,,g' -i config/autoconf.mk
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mozjs17-devel_package() {
|
mozjs17-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue