Accepting request 799040 from mozilla:Factory

OBS-URL: https://build.opensuse.org/request/show/799040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=157
This commit is contained in:
Dominique Leuenberger 2020-05-02 20:14:59 +00:00 committed by Git OBS Bridge
commit a00e1cb470
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 29 13:54:42 UTC 2020 - Martin Liška <mliska@suse.cz>
- Set NSS_ENABLE_WERROR=0 in order to fix boo#1169746.
-------------------------------------------------------------------
Sat Apr 11 09:05:47 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -199,6 +199,7 @@ DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
TIME="\"$(date -d "${modified}" "+%%R")\""
find . -name '*.[ch]' -print -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
export NSS_ENABLE_WERROR=0
export NSS_NO_PKCS11_BYPASS=1
export FREEBL_NO_DEPEND=1
export FREEBL_LOWHASH=1