forked from pool/libsemanage
Accepting request 711059 from home:marxin:branches:security:SELinux
- Disable LTO due to symbol versioning (boo#1138812). OBS-URL: https://build.opensuse.org/request/show/711059 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=75
This commit is contained in:
parent
0c7399af3a
commit
05aeb8b56a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 10:22:04 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Disable LTO due to symbol versioning (boo#1138812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 15:10:21 UTC 2019 - jsegitz@suse.com
|
||||
|
||||
|
@ -94,6 +94,7 @@ stores must be migrated before any commands that modify or use the store
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
make %{?_smp_mflags} clean
|
||||
make -j1 CFLAGS="%{optflags}" CC="gcc"
|
||||
make -j1 CFLAGS="%{optflags}" LIBDIR="%{_libdir}" LIBEXECDIR="%{_libexecdir}" SHLIBDIR="%{_lib}" CC="gcc" all
|
||||
|
Loading…
Reference in New Issue
Block a user