From b70d55bc03a9c70dcff69e28ee191a2d4fd8bb251282749a1f20e7d02deba0ad Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 12 Aug 2019 08:51:09 +0000 Subject: [PATCH] Accepting request 720504 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720504 OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=13 --- readline.changes | 5 +++++ readline.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/readline.changes b/readline.changes index e2db981..16e23ca 100644 --- a/readline.changes +++ b/readline.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:20:41 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Wed Jan 9 12:51:18 UTC 2019 - Dr. Werner Fink diff --git a/readline.spec b/readline.spec index 5a1fec7..e38e17f 100644 --- a/readline.spec +++ b/readline.spec @@ -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/ # @@ -120,6 +120,7 @@ done %patch0 -p0 -b .0 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects LANG=POSIX LC_ALL=$LANG unset LC_CTYPE