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 \