Accepting request 711714 from Base:System
- Disable LTO due to symbol versioning (boo#1138833). (forwarded request 711689 from marxin) OBS-URL: https://build.opensuse.org/request/show/711714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcrypt?expand=0&rev=3
This commit is contained in:
commit
546580c26c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 11:49:28 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Disable LTO due to symbol versioning (boo#1138833).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 10:49:30 UTC 2019 - schwab@suse.de
|
||||
|
||||
|
@ -84,6 +84,10 @@ is highly discouraged.
|
||||
%autosetup -p 1
|
||||
|
||||
%build
|
||||
# Disable LTO due to symbol versioning (boo#1138833):
|
||||
# (https://en.opensuse.org/openSUSE:LTO#Symbol_versioning).
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
|
Loading…
Reference in New Issue
Block a user