rpms/SDL_mixer/F-13 SDL_mixer.spec,1.31,1.32

thomasj thomasj at fedoraproject.org
Fri Jun 25 07:18:10 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/SDL_mixer/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18584

Modified Files:
	SDL_mixer.spec 
Log Message:
- link SDL_mixer with -lm (#607357)


Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/F-13/SDL_mixer.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- SDL_mixer.spec	1 May 2010 19:51:51 -0000	1.31
+++ SDL_mixer.spec	25 Jun 2010 07:18:10 -0000	1.32
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.11
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -44,8 +44,9 @@ developing applications that use %{name}
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-make %{?_smp_mflags}
+# Upstream bug for proper fixing of the lack of -lm:
+# http://bugzilla.libsdl.org/show_bug.cgi?id=1010
+make %{?_smp_mflags} LDFLAGS=-lm
 
 
 %install
@@ -75,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Fri Jun 25 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.2.11-3
+- - link SDL_mixer with -lm (#607357)
+
 * Sat May 01 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.2.11-2
 - added flac support
 



More information about the scm-commits mailing list