parent
1b78bb13bd
commit
e0afa7b0f5
@ -1,7 +1,7 @@
|
||||
# Template file for 'mozjs24'
|
||||
pkgname=mozjs24
|
||||
version=24.2.0
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="mozjs-${version}"
|
||||
build_wrksrc="js/src"
|
||||
build_style=gnu-configure
|
||||
@ -14,6 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${MOZILLA_SITE}/js/mozjs-${version}.tar.bz2"
|
||||
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() {
|
||||
local _args
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user