parent
1b78bb13bd
commit
e0afa7b0f5
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mozjs24'
|
# Template file for 'mozjs24'
|
||||||
pkgname=mozjs24
|
pkgname=mozjs24
|
||||||
version=24.2.0
|
version=24.2.0
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="mozjs-${version}"
|
wrksrc="mozjs-${version}"
|
||||||
build_wrksrc="js/src"
|
build_wrksrc="js/src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -14,6 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${MOZILLA_SITE}/js/mozjs-${version}.tar.bz2"
|
distfiles="${MOZILLA_SITE}/js/mozjs-${version}.tar.bz2"
|
||||||
checksum=e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8
|
checksum=e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8
|
||||||
|
|
||||||
|
# Flags for gcc6.3 conceived by Arch Linux developers
|
||||||
|
CFLAGS="-fpermissive -fno-delete-null-pointer-checks -fno-tree-vrp -fno-strict-aliasing"
|
||||||
|
CXXFLAGS="-fpermissive -fno-delete-null-pointer-checks -fno-tree-vrp -fno-strict-aliasing"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue