Accepting request 720489 from home:marxin:static

Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720489
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=105
This commit is contained in:
Wolfgang Rosenauer 2019-08-02 08:54:39 +00:00 committed by Git OBS Bridge
parent d96e772e16
commit b7b355057b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 08:14:58 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Tue Apr 23 12:03:45 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -65,6 +65,7 @@ memory management (malloc and free), and shared library linking.
%setup -n nspr-%{version} -q
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
pushd nspr
# set buildtime to "last-modification-time"
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{S:99}")"