Author: arekm Date: Sun Jul 12 17:28:04 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 4; profiling enabled; flags updated (seem to be working now on i686; please test)
---- Files affected: packages/mysql: mysql.spec (1.456 -> 1.457) ---- Diffs: ================================================================ Index: packages/mysql/mysql.spec diff -u packages/mysql/mysql.spec:1.456 packages/mysql/mysql.spec:1.457 --- packages/mysql/mysql.spec:1.456 Tue Jul 7 09:06:58 2009 +++ packages/mysql/mysql.spec Sun Jul 12 19:27:59 2009 @@ -34,7 +34,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.1.36 -Release: 3 +Release: 4 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source @@ -513,8 +513,9 @@ %{__autoconf} # The compiler flags are as per their "official" spec ;) -CXXFLAGS="%{rpmcflags} -fPIC -felide-constructors -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}" -CFLAGS="%{rpmcflags} -fPIC %{!?debug:-fomit-frame-pointer}" +CXXFLAGS="%{rpmcxxflags} -fPIC -fno-implicit-templates -fno-rtti -fno-exceptions" +CFLAGS="%{rpmcflags} -fPIC" +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 @@ -551,7 +552,6 @@ --with-vio \ --without-readline \ --without-libedit \ - --disable-profiling \ %if %{with ndb} --with%{!?debug:out}-ndb-debug \ --with-ndbcluster \ @@ -1101,6 +1101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.457 2009/07/12 17:27:59 arekm +- rel 4; profiling enabled; flags updated (seem to be working now on i686; please test) + Revision 1.456 2009/07/07 07:06:58 arekm - rel 3; temporaily disable profiling to workaround https://bugs.launchpad.net/pld-linux/+bug/381904 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.456&r2=1.457&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
