[hitori/f13/master] Added missing linker flag

Mario Blättermann mariobl at fedoraproject.org
Fri Mar 4 22:34:15 UTC 2011


commit 98df6296e6588099f856744df04859cf47fb5e11
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Fri Mar 4 23:34:04 2011 +0100

    Added missing linker flag

 hitori.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hitori.spec b/hitori.spec
index b822104..86d17ae 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -1,6 +1,6 @@
 Name:		hitori
 Version:	0.2.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Logic puzzle game for GNOME
 Summary(de):	Logikpuzzle für GNOME
 
@@ -45,7 +45,7 @@ reichen von 5x5 bis hin zu 10x10 Feldern.
 
 
 %build
-%configure
+%configure LIBS="-lm"
 make %{?_smp_mflags}
 
 
@@ -85,6 +85,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 04 2011 Mario Blättermann <mariobl at fedoraproject.org> 0.2.6-4
+- Added missing linker flag
+
 * Fri Feb 18 2011 Mario Blättermann <mariobl at fedoraproject.org> 0.2.6-3
 - Changed native English and German description
 - Added ChangeLog to %%doc


More information about the scm-commits mailing list