diff options
author | Danny Rawlins <contact@romster.me> | 2020-11-01 17:18:34 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-11-01 17:18:34 +1100 |
commit | f3d9930b3f1bf13b1a8b784e90bb78b84e61c024 (patch) | |
tree | fd9a5a44f0c813f70000f9af86131ab6b5711ee9 /nss-32 | |
parent | 779059813b67a454b8550bc666287dcf6ecf5e03 (diff) | |
download | compat-32-f3d9930b3f1bf13b1a8b784e90bb78b84e61c024.tar.gz compat-32-f3d9930b3f1bf13b1a8b784e90bb78b84e61c024.tar.xz |
nss-32: build without warnings as errors
Diffstat (limited to 'nss-32')
-rw-r--r-- | nss-32/.signature | 4 | ||||
-rw-r--r-- | nss-32/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nss-32/.signature b/nss-32/.signature index 6aec5c8b..d215deec 100644 --- a/nss-32/.signature +++ b/nss-32/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXTmNvsonufMQsb2H0CB0McVkDTndEkmPnEDxcRIsxfnz/yBCyQtQx1IUjNAQIHviPE9+VMqqj+9btbaEsT/7Jgc= -SHA256 (Pkgfile) = c3149602be923c804eaa8bc6050bafd4a9ca9fb81f3c512cae5e93b86af610f5 +RWSwxGo/zH7eXW8oBnpbM/LpKl+rFt/evoWiz3T8ErP6Wwm9ncGQubEIpFJUD5P5QayGzXWpg6lzg5Rv5Yx7BUVk/q9vBMC4JQA= +SHA256 (Pkgfile) = 9e8e3185e6c7973d4bf76acc43cc8b2b5fb3683a89dcf2f787422df40524ea5a SHA256 (.footprint) = f34e187b232cf3455f234fceface88dedc8d7fee1b901bb211e329223fa63f72 SHA256 (nss-3.58.tar.gz) = 9f73cf789b5f109b978e5239551b609b0cafa88d18f0bc8ce3f976cb629353c0 SHA256 (nss-config.in) = 08dbc1202186308e86125b5c5e7e2d0e1bd1bd5ed65eab011b9af210f656aff5 diff --git a/nss-32/Pkgfile b/nss-32/Pkgfile index 867630dd..b29c18ec 100644 --- a/nss-32/Pkgfile +++ b/nss-32/Pkgfile @@ -22,6 +22,7 @@ build() { export NSS_ENABLE_ECC=1 export BUILD_OPT=1 export XCFLAGS="${CFLAGS}" + export XCFLAGS="${CFLAGS} -Wno-error" export NSS_DISABLE_GTESTS=1 make -j1 -C nss all |