From cb44e18a347926803147319f3b910e02c050137ced66376a8b7cb2eaed2be80e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 24 Jun 2019 15:58:06 +0000 Subject: [PATCH] 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 --- libxcrypt.changes | 5 +++++ libxcrypt.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libxcrypt.changes b/libxcrypt.changes index c0deb21..9bd5335 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 20 11:49:28 UTC 2019 - Martin Liška + +- Disable LTO due to symbol versioning (boo#1138833). + ------------------------------------------------------------------- Tue Feb 19 10:49:30 UTC 2019 - schwab@suse.de diff --git a/libxcrypt.spec b/libxcrypt.spec index dcaafd9..61ad303 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 \