summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Knirsch <pknirsch@fedoraproject.org>2005-09-02 10:09:59 +0000
committerPhil Knirsch <pknirsch@fedoraproject.org>2005-09-02 10:09:59 +0000
commit2773512ca1b5d55054eb03b75f2929385ef334ad (patch)
tree2856af4f35b1d07aedab4f51b030244e77c5506f
parent0afc030e25a0189e4b1bedfee813e5f61811460d (diff)
downloadguile-2773512ca1b5d55054eb03b75f2929385ef334ad.tar.gz
guile-2773512ca1b5d55054eb03b75f2929385ef334ad.tar.xz
guile-2773512ca1b5d55054eb03b75f2929385ef334ad.zip
- Fix dynamic linking on x86_64 (#159971)
-rw-r--r--guile.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/guile.spec b/guile.spec
index 16861c8..5e9543b 100644
--- a/guile.spec
+++ b/guile.spec
@@ -4,13 +4,14 @@
Summary: A GNU implementation of Scheme for application extensibility.
Name: guile
Version: 1.6.7
-Release: 3
+Release: 4
Source: ftp://ftp.gnu.org/gnu/guile-%{version}.tar.gz
Source2: http://ai.king.net.pl/guile-1.6-missing-tools.tar.gz
Patch1: guile-1.6.7-rpath.patch
Patch2: guile-1.6.0-unknown_arch.patch
Patch3: guile-1.6.0-ppc64.patch
Patch4: guile-1.6.7-ltdl.patch
+Patch5: guile-1.6.7-x86_64.patch
License: GPL
Group: Development/Languages
Buildroot: %{_tmppath}/%{name}-root
@@ -49,6 +50,7 @@ install the guile package.
%patch2 -p1 -b .unknown_arch
%patch3 -p1 -b .ppc64
%patch4 -p1 -b .ltdl
+%patch5 -p1 -b .x86_64
%build
@@ -173,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/libguile.h
%changelog
+* Fri Sep 02 2005 Phil Knirsch <pknirsch@redhat.com> 5:1.6.7-4
+- Fix dynamic linking on x86_64 (#159971)
+
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 5:1.6.7-2
- bump release and rebuild with gcc 4
- Fixed problem with ltdl and gcc 4 rebuild