Accepting request 720442 from home:marxin:static

Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720442
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=73
This commit is contained in:
Tomáš Chvátal 2019-08-02 07:32:33 +00:00 committed by Git OBS Bridge
parent f9d0cc4872
commit 3d31cf805e
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 06:58:54 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Mon Jan 14 15:48:48 CET 2019 - kukuk@suse.de

View File

@ -89,6 +89,7 @@ Libraries and header files for dpkg.
%endif
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf -fvi
export CFLAGS="%{optflags}"
%configure \

View File

@ -49,6 +49,7 @@ particular preference.
%patch0 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf -fvi
%configure \
--disable-silent-rules \