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:
commit
a00e1cb470
@ -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>
|
Sat Apr 11 09:05:47 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -199,6 +199,7 @@ DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
|
|||||||
TIME="\"$(date -d "${modified}" "+%%R")\""
|
TIME="\"$(date -d "${modified}" "+%%R")\""
|
||||||
find . -name '*.[ch]' -print -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
|
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 NSS_NO_PKCS11_BYPASS=1
|
||||||
export FREEBL_NO_DEPEND=1
|
export FREEBL_NO_DEPEND=1
|
||||||
export FREEBL_LOWHASH=1
|
export FREEBL_LOWHASH=1
|
||||||
|
Loading…
Reference in New Issue
Block a user