[dumb] - Fix unresolved symbols from libm in the libraries

Hans de Goede jwrdegoede at fedoraproject.org
Tue Mar 8 11:32:03 UTC 2011


commit ed716781dd80a9f3102f9306c0046b326df0c7da
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Tue Mar 8 12:33:32 2011 +0100

    - Fix unresolved symbols from libm in the libraries

 dumb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dumb.spec b/dumb.spec
index 0364dbe..3d2539d 100644
--- a/dumb.spec
+++ b/dumb.spec
@@ -1,6 +1,6 @@
 Name:           dumb
 Version:        0.9.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        IT, XM, S3M and MOD player library
 Group:          System Environment/Libraries
 License:        zlib
@@ -39,7 +39,7 @@ cp %{SOURCE2} .
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} LIBS=-lm
 
 
 %install
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 08 2011 Hans de Goede <hdegoede at redhat.com> - 0.9.3-11
+- Fix unresolved symbols from libm in the libraries
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list