From 7bc6b23363665ca1f250b5070e6317893a806c63d8114e8328c6a6cb3424e642 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 25 Apr 2019 13:43:38 +0000 Subject: [PATCH] Accepting request 697825 from home:marxin:branches:devel:libraries:c_c++ - Disable LTO - symbol versioning unsupported by GCC (boo#1133096). OBS-URL: https://build.opensuse.org/request/show/697825 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=30 --- libbsd.changes | 5 +++++ libbsd.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libbsd.changes b/libbsd.changes index 84d4c3e..ecedb2e 100644 --- a/libbsd.changes +++ b/libbsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 23 12:29:53 UTC 2019 - Martin Liška + +- Disable LTO - symbol versioning unsupported by GCC (boo#1133096). + ------------------------------------------------------------------- Wed Jun 27 11:13:12 UTC 2018 - mpluskal@suse.com diff --git a/libbsd.spec b/libbsd.spec index 292fc93..2755c91 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -1,7 +1,7 @@ # # spec file for package libbsd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -76,6 +76,7 @@ configured using "pkg-config --libs libbsd-ctor". %setup -q %build +%define _lto_cflags %{nil} %configure \ --disable-static \ --with-pic