From 8830245877ac46fc3f9c9e153b94fcf5de3ecfcbd107556df08bb7be4cabaf43 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Aug 2019 08:25:49 +0000 Subject: [PATCH] Accepting request 720494 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720494 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=437 --- ncurses.changes | 5 +++++ ncurses.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/ncurses.changes b/ncurses.changes index 08da374..5cf0f50 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:15:42 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Mon Jul 15 11:40:20 UTC 2019 - Dr. Werner Fink diff --git a/ncurses.spec b/ncurses.spec index 5ec00c6..5c4a64a 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -314,6 +314,7 @@ mv tack-* tack %patch0 -p0 -b .p0 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects # # Note that there is a test if the system call poll(2) really works # on terminal or files. To make sure that even in OBS the configure