packages (MYSQL_5_0): mysql/mysql.spec - update opt flags to match configur...

arekm arekm at pld-linux.org
Sat Jul 25 16:07:36 CEST 2009


Author: arekm                        Date: Sat Jul 25 14:07:36 2009 GMT
Module: packages                      Tag: MYSQL_5_0
---- Log message:
- update opt flags to match configure.in flags

---- Files affected:
packages/mysql:
   mysql.spec (1.353.2.72 -> 1.353.2.73) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.353.2.72 packages/mysql/mysql.spec:1.353.2.73
--- packages/mysql/mysql.spec:1.353.2.72	Sat Jul 25 15:55:34 2009
+++ packages/mysql/mysql.spec	Sat Jul 25 16:07:30 2009
@@ -551,8 +551,9 @@
 %{__autoconf}
 
 # The compiler flags are as per their "official" spec ;)
-CXXFLAGS="%{rpmcflags} -felide-constructors -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}"
-CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
+CXXFLAGS="%{rpmcflags} -fno-implicit-templates -fno-exceptions -fno-rtti"
+CFLAGS="%{rpmcflags}"
+CPPFLAGS="%{rpmcppflags}"
 
 # NOTE: the PS, FIND_PROC, KILL, CHECK_PID are not used by PLD Linux
 # and therefore do not add BR on these. These are here just to satisfy
@@ -1097,6 +1098,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.353.2.73  2009/07/25 14:07:30  arekm
+- update opt flags to match configure.in flags
+
 Revision 1.353.2.72  2009/07/25 13:55:34  arekm
 - up to 5.084
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.353.2.72&r2=1.353.2.73&f=u



More information about the pld-cvs-commit mailing list