[autogen] Fix build failure with guile2.

Debarshi Ray rishi at fedoraproject.org
Thu Apr 18 12:39:18 UTC 2013


commit 9bf0b10753b359cb034ca1ed0c8ea94df73f213f
Author: Debarshi Ray <debarshir at redhat.com>
Date:   Thu Apr 18 14:23:47 2013 +0200

    Fix build failure with guile2.

 autogen.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/autogen.spec b/autogen.spec
index 918b4e4..d6af27c 100644
--- a/autogen.spec
+++ b/autogen.spec
@@ -1,7 +1,7 @@
 Summary:	Automated text file generator
 Name:		autogen
 Version:	5.12
-Release:	4%{?dist}
+Release:	5%{?dist}
 # Some files are licensed under GPLv2+.
 # We redistribute them under GPLv3+.
 License:	GPLv3+
@@ -60,7 +60,7 @@ This package contains development files for libopts.
 %patch1 -p1
 
 %build
-export LDFLAGS="-lguile"
+export LDFLAGS="-lguile-2.0"
 
 # Static libraries are needed to run test-suite.
 %configure
@@ -152,6 +152,9 @@ fi
 %{_includedir}/autoopts/usage-txt.h
 
 %changelog
+* Thu Apr 18 2013 Debarshi Ray <rishi at fedoraproject.org> - 5.12-5
+- Fix build failure with guile2.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list