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:
Dominique Leuenberger 2019-07-08 13:06:15 +00:00 committed by Git OBS Bridge
commit 546580c26c
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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 \