Accepting request 717448 from home:marxin:branches:mozilla:Factory
- Use -ffat-lto-objects in order to provide assembly for static libs. OBS-URL: https://build.opensuse.org/request/show/717448 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=284
This commit is contained in:
parent
f1ad8afe76
commit
a83d017926
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 07:13:42 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use -ffat-lto-objects in order to provide assembly for static libs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 07:14:57 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -184,6 +184,7 @@ cd nss
|
||||
#make generate
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
cd nss
|
||||
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{S:99}")"
|
||||
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
|
||||
|
Loading…
Reference in New Issue
Block a user