rpms/mingw32-sqlite/devel mingw32-sqlite.spec,1.6,1.7

Thomas M. Sailer sailer at fedoraproject.org
Thu Apr 23 18:20:46 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/mingw32-sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv935

Modified Files:
	mingw32-sqlite.spec 
Log Message:
now really fix the CFLAGS issue



Index: mingw32-sqlite.spec
===================================================================
RCS file: /cvs/extras/rpms/mingw32-sqlite/devel/mingw32-sqlite.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mingw32-sqlite.spec	23 Apr 2009 17:11:32 -0000	1.6
+++ mingw32-sqlite.spec	23 Apr 2009 18:20:15 -0000	1.7
@@ -6,7 +6,7 @@
 
 Name:           mingw32-sqlite
 Version:        3.6.12
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows port of sqlite embeddable SQL database engine
 
 License:        Public Domain
@@ -79,7 +79,7 @@
 #   - RWMJ 2008-09-30
 export config_TARGET_EXEEXT=.exe
 # add compile flags to enable rtree, fts3
-export MINGW32_CFLAGS="$MINGW32_CFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
+export MINGW32_CFLAGS="%{_mingw32_cflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
 
 %{_mingw32_configure}
 make
@@ -112,6 +112,9 @@
 
 
 %changelog
+* Thu Apr 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 3.6.12-4
+- fix CFLAGS setting
+
 * Thu Apr 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 3.6.12-3
 - use Erik van Pienbroek way to add to CFLAGS
 




More information about the fedora-extras-commits mailing list