Accepting request 720448 from home:marxin:static

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

OBS-URL: https://build.opensuse.org/request/show/720448
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2019-08-02 08:28:23 +00:00 committed by Git OBS Bridge
parent 39fe45417f
commit 5fe45b2f1f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 07:00:37 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Tue Mar 5 15:31:55 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -94,6 +94,7 @@ applications that use the gperftools package.
%patch4 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf -fi
%ifnarch s390
VALGRIND_FL=`pkg-config --cflags valgrind`