Accepting request 720546 from mozilla:Factory

OBS-URL: https://build.opensuse.org/request/show/720546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:06:08 +00:00 committed by Git OBS Bridge
commit 4b171b08fe
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}")"