Accepting request 720528 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/720528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gperftools?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:04:06 +00:00 committed by Git OBS Bridge
commit 149bf2225e
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`