Accepting request 728707 from devel:languages:misc
Fix build by disabling LTO OBS-URL: https://build.opensuse.org/request/show/728707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile1?expand=0&rev=17
This commit is contained in:
commit
7d7065a18b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 06:56:59 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Disable link time optimisation to fix build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 16 16:27:26 UTC 2017 - bwiedemann@suse.com
|
Mon Jan 16 16:27:26 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
12
guile1.spec
12
guile1.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package guile1
|
# spec file for package guile1
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Name: guile1
|
|||||||
Version: 1.8.8
|
Version: 1.8.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Scheme
|
Group: Development/Languages/Scheme
|
||||||
Url: http://www.gnu.org/software/guile/
|
Url: http://www.gnu.org/software/guile/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
|
||||||
@ -166,6 +166,7 @@ contains the files necessary to link against the guile libraries.
|
|||||||
sed -i s/-Werror// configure.in configure
|
sed -i s/-Werror// configure.in configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
sed -i "s:GUILE_:GUILE1_:" guile-config/guile.m4
|
sed -i "s:GUILE_:GUILE1_:" guile-config/guile.m4
|
||||||
sed -i "s:guile:guile1:" guile-config/guile.m4
|
sed -i "s:guile:guile1:" guile-config/guile.m4
|
||||||
# automake 1.13: do not run test simultaneously
|
# automake 1.13: do not run test simultaneously
|
||||||
@ -249,8 +250,9 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ABOUT-NLS AUTHORS COPYING* ChangeLog* GUILE-VERSION HACKING
|
%doc ABOUT-NLS AUTHORS ChangeLog* GUILE-VERSION HACKING
|
||||||
%doc LICENSE NEWS README THANKS
|
%doc NEWS README THANKS
|
||||||
|
%license LICENSE COPYING*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir %{_datadir}/guile
|
%dir %{_datadir}/guile
|
||||||
%{_datadir}/guile/1.8
|
%{_datadir}/guile/1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user