CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
opt-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e664c
)
nss: dont error out on warnings
author
Victor Martinez
<pitillo@ono.com>
Sun, 18 Dec 2016 18:58:25 +0000
(19:58 +0100)
committer
Victor Martinez
<pitillo@ono.com>
Sun, 18 Dec 2016 18:58:25 +0000
(19:58 +0100)
nss/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/nss/Pkgfile
b/nss/Pkgfile
index 43641469a14a596e6c7dd6af5bd404383287126f..0aeae6f4890a7e07e4a58d28e8b124035b3c535d 100644
(file)
--- a/
nss/Pkgfile
+++ b/
nss/Pkgfile
@@
-6,7
+6,7
@@
name=nss
version=3.27.1
-release=
1
+release=
2
source=(http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_27_1_RTM/src/$name-$version.tar.gz \
nss-config.in nss.pc.in)
@@
-24,7
+24,7
@@
build() {
export NSS_USE_SYSTEM_SQLITE=1
export NSS_ENABLE_ECC=1
export BUILD_OPT=1
- export XCFLAGS="${CFLAGS}"
+ export XCFLAGS="
-Wno-error
${CFLAGS}"
export NSS_DISABLE_GTESTS=1
make -j1 -C nss all