Hopefully fix all the build errors we've been seeing (#474330)
This commit is contained in:
parent
6d41554d01
commit
d4a914b570
12
libtool-2.2.6-echo.patch
Normal file
12
libtool-2.2.6-echo.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up libtool-2.2.6/configure.echo libtool-2.2.6/configure
|
||||||
|
--- libtool-2.2.6/configure.echo 2008-12-03 09:26:03.000000000 -0500
|
||||||
|
+++ libtool-2.2.6/configure 2008-12-03 09:26:14.000000000 -0500
|
||||||
|
@@ -27606,7 +27606,7 @@ objdir=$objdir
|
||||||
|
SHELL=$lt_SHELL
|
||||||
|
|
||||||
|
# An echo program that does not interpret backslashes.
|
||||||
|
-ECHO=$lt_ECHO
|
||||||
|
+echo=$lt_ECHO
|
||||||
|
|
||||||
|
# Used to examine libraries when file_magic_cmd begins with "file".
|
||||||
|
MAGIC_CMD=$MAGIC_CMD
|
@ -3,11 +3,12 @@
|
|||||||
Summary: The GNU Portable Library Tool
|
Summary: The GNU Portable Library Tool
|
||||||
Name: libtool
|
Name: libtool
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+ and GFDL
|
License: GPLv2+ and LGPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz
|
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz
|
||||||
URL: http://www.gnu.org/software/libtool/
|
URL: http://www.gnu.org/software/libtool/
|
||||||
|
Patch0: libtool-2.2.6-echo.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
@ -67,6 +68,7 @@ Static libraries and header files for development with ltdl.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n libtool-%{version} -q
|
%setup -n libtool-%{version} -q
|
||||||
|
%patch0 -p 1 -b .echo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -141,6 +143,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-3
|
||||||
|
- Hopefully fix all the build errors we've been seeing (#474330)
|
||||||
|
|
||||||
* Wed Dec 03 2008 Karsten Hopp <karsten@redhat.com> 2.2.6-2
|
* Wed Dec 03 2008 Karsten Hopp <karsten@redhat.com> 2.2.6-2
|
||||||
- add Requires: sed (Ignacio Vazquez-Abrams)
|
- add Requires: sed (Ignacio Vazquez-Abrams)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user