Accepting request 729833 from home:cgiboudeaux:fat-lto-objects
- Use -ffat-lto-objects when building static libraries. OBS-URL: https://build.opensuse.org/request/show/729833 OBS-URL: https://build.opensuse.org/package/show/server:mail/uudeview?expand=0&rev=9
This commit is contained in:
parent
e341762771
commit
2d7c843513
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 11:34:12 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Use -ffat-lto-objects when building static libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 13 13:03:11 UTC 2018 - bjorn.lie@gmail.com
|
Sun May 13 13:03:11 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uudeview
|
# spec file for package uudeview
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Provides: sharutils:/usr/bin/uudeview
|
|||||||
Version: 0.5.20
|
Version: 0.5.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Nice and Friendly Decoder
|
Summary: The Nice and Friendly Decoder
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/News/Utilities
|
Group: Productivity/Networking/News/Utilities
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}.patch
|
Patch0: %{name}.patch
|
||||||
@ -46,6 +46,7 @@ uuencode utilities.
|
|||||||
%patch1 -p2
|
%patch1 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
autoconf
|
autoconf
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DUSE_NON_CONST" \
|
CFLAGS="$RPM_OPT_FLAGS -fPIC -DUSE_NON_CONST" \
|
||||||
./configure --prefix=%_prefix \
|
./configure --prefix=%_prefix \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user