packages: SDL_ttf/SDL_ttf.spec - link with -lm (fixes missing symbols)

sparky sparky at pld-linux.org
Sun Jan 23 17:00:56 CET 2011


Author: sparky                       Date: Sun Jan 23 16:00:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- link with -lm (fixes missing symbols)

---- Files affected:
packages/SDL_ttf:
   SDL_ttf.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: packages/SDL_ttf/SDL_ttf.spec
diff -u packages/SDL_ttf/SDL_ttf.spec:1.51 packages/SDL_ttf/SDL_ttf.spec:1.52
--- packages/SDL_ttf/SDL_ttf.spec:1.51	Tue Sep  7 07:50:52 2010
+++ packages/SDL_ttf/SDL_ttf.spec	Sun Jan 23 17:00:50 2011
@@ -78,7 +78,8 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	LIBS="-lm"
 %{__make}
 
 %install
@@ -120,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2011/01/23 16:00:50  sparky
+- link with -lm (fixes missing symbols)
+
 Revision 1.51  2010/09/07 05:50:52  qboosh
 - cleanup, fixed typo in changelog
 - updated libtool BR
@@ -285,15 +289,3 @@
 Revision 1.2  2000/04/11 21:29:07  kloczek
 - completly rewrited in PLD style.
 
-* Tue Apr 11 2000 Guillaume Cottenceau <gc at mandrakesoft.com> 1.0.1-2mdk
-- added url
-- fixed group
-- some minor package build fixes
-- built against stable SDL version, previous was using 1.1.x devel
-
-* Fri Feb 11 2000 Lenny Cartier <lenny at mandrakesoft.com>
-- new in contribs
-- used specfile provided by Hakan Tandogan <hakan at iconsult.com>
-
-* Sun Jan 16 2000 Hakan Tandogan <hakan at iconsult.com>
-- initial spec file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SDL_ttf/SDL_ttf.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list