Author: wiget                        Date: Sat May 19 17:22:51 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable STL API
- rel. 2

---- Files affected:
packages/tinyxml:
   tinyxml.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/tinyxml/tinyxml.spec
diff -u packages/tinyxml/tinyxml.spec:1.9 packages/tinyxml/tinyxml.spec:1.10
--- packages/tinyxml/tinyxml.spec:1.9   Thu Jun 16 21:22:50 2011
+++ packages/tinyxml/tinyxml.spec       Sat May 19 19:22:46 2012
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):     Prosty, mały, napisany w C++ parser XML
 Name:          tinyxml
 Version:       2.6.2
-Release:       1
+Release:       2
 License:       zlib
 Group:         Libraries
 Source0:       
http://downloads.sourceforge.net/tinyxml/%{name}_%{file_version}.tar.gz
@@ -56,13 +56,13 @@
 %{__make} \
        CXX="%{__cxx}" \
        LD="%{__cxx}" \
-       OPTFLAGS="%{rpmcppflags} %{rpmcxxflags}" \
+       OPTFLAGS="%{rpmcppflags} %{rpmcxxflags} -DTIXML_USE_STL" \
        LDFLAGS="%{rpmldflags}"
 
 # Not really designed to be built as lib
 for i in tinyxml.cpp tinystr.cpp tinyxmlerror.cpp tinyxmlparser.cpp; do
        libtool --tag=CXX --mode=compile \
-               %{__cxx} %{rpmcppflags} %{rpmcxxflags} -o $i.lo -c $i
+               %{__cxx} %{rpmcppflags} %{rpmcxxflags} -DTIXML_USE_STL -o $i.lo 
-c $i
 done
 libtool --tag=CXX --mode=link \
        %{__cxx} %{rpmcxxflags} %{rpmldflags} \
@@ -107,6 +107,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2012/05/19 17:22:46  wiget
+- enable STL API
+- rel. 2
+
 Revision 1.9  2011/06/16 19:22:50  qboosh
 - updated to 2.6.2
 - package static library
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/tinyxml/tinyxml.spec?r1=1.9&r2=1.10

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

Reply via email to