SHA256
3
0
forked from pool/libcap

Accepting request 763961 from home:pluskalm:branches:Base:System

- Build using -ffat-lto-objects for static library

OBS-URL: https://build.opensuse.org/request/show/763961
OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=32
This commit is contained in:
Takashi Iwai 2020-01-13 13:18:27 +00:00 committed by Git OBS Bridge
parent 6da5c4781b
commit 2e95b104fc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 13 12:54:25 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Build using -ffat-lto-objects for static library
-------------------------------------------------------------------
Thu Jan 9 16:05:12 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -77,6 +77,7 @@ libcap.
%setup -q
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
make prefix=%{_prefix} lib=%{_lib} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \
INCDIR=%{_includedir} MANDIR=%{_mandir} DYNAMIC=yes DEBUG="-g %{optflags}"