Author: qboosh                       Date: Sun Apr 17 19:05:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated CFLAGS/LDFLAGS hacks
- release 2

---- Files affected:
packages/crossmingw32-expat:
   crossmingw32-expat.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/crossmingw32-expat/crossmingw32-expat.spec
diff -u packages/crossmingw32-expat/crossmingw32-expat.spec:1.22 
packages/crossmingw32-expat/crossmingw32-expat.spec:1.23
--- packages/crossmingw32-expat/crossmingw32-expat.spec:1.22    Fri Jan 22 
02:33:43 2010
+++ packages/crossmingw32-expat/crossmingw32-expat.spec Sun Apr 17 21:05:29 2011
@@ -4,7 +4,7 @@
 %define                realname                expat
 Name:          crossmingw32-%{realname}
 Version:       2.0.1
-Release:       1
+Release:       2
 License:       Thai Open Source Software Center Ltd (distributable)
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/expat/%{realname}-%{version}.tar.gz
@@ -31,10 +31,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
 Expat is an XML parser written in C. It aims to be fully conforming.
@@ -127,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2011/04/17 19:05:29  qboosh
+- updated CFLAGS/LDFLAGS hacks
+- release 2
+
 Revision 1.22  2010/01/22 01:33:43  lkrotowski
 - build and install only library
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to