Accepting request 711689 from home:marxin:branches:Base:System

- Disable LTO due to symbol versioning (boo#1138833).

OBS-URL: https://build.opensuse.org/request/show/711689
OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=14
This commit is contained in:
Andreas Schwab 2019-06-24 15:58:06 +00:00 committed by Git OBS Bridge
parent bd910583d2
commit cb44e18a34
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 \