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:
parent
f9d0cc4872
commit
3d31cf805e
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -49,6 +49,7 @@ particular preference.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
autoreconf -fvi
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
|
Loading…
Reference in New Issue
Block a user