packages: crossmingw32-SDL/crossmingw32-SDL.spec - strip unwanted flags - u...

qboosh qboosh at pld-linux.org
Mon Sep 6 20:14:10 CEST 2010


Author: qboosh                       Date: Mon Sep  6 18:14:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- strip unwanted flags
- updated libtool BR

---- Files affected:
packages/crossmingw32-SDL:
   crossmingw32-SDL.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/crossmingw32-SDL/crossmingw32-SDL.spec
diff -u packages/crossmingw32-SDL/crossmingw32-SDL.spec:1.26 packages/crossmingw32-SDL/crossmingw32-SDL.spec:1.27
--- packages/crossmingw32-SDL/crossmingw32-SDL.spec:1.26	Mon Mar 29 22:20:42 2010
+++ packages/crossmingw32-SDL/crossmingw32-SDL.spec	Mon Sep  6 20:14:04 2010
@@ -18,7 +18,7 @@
 BuildRequires:	crossmingw32-runtime
 BuildRequires:	crossmingw32-w32api
 BuildRequires:	crossmingw32-w32api-dx
-BuildRequires:	libtool >= 2:1.4d
+BuildRequires:	libtool >= 2:2.0
 BuildRequires:	nasm
 BuildRequires:	perl-modules
 BuildConflicts:	crossmingw32-dx70
@@ -38,10 +38,12 @@
 %define		__cc			%{target}-gcc
 %define		__cxx			%{target}-g++
 
-%ifarch alpha sparc sparc64 sparcv9
-# alpha's -mieee and sparc's -mtune=* are not valid for target's gcc
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define		optflags	-O2
 %endif
+# -z options are invalid for mingw linker
+%define		filterout_ld	-Wl,-z,.*
 
 %description
 SDL (Simple DirectMedia Layer) is a library that allows you portable,
@@ -152,6 +154,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2010/09/06 18:14:04  qboosh
+- strip unwanted flags
+- updated libtool BR
+
 Revision 1.26  2010/03/29 20:20:42  lkrotowski
 - up to 1.2.14
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-SDL/crossmingw32-SDL.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list