]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- rel 4; profiling enabled; flags updated (seem to be working now on i686; please...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 12 Jul 2009 17:27:59 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.457

mysql.spec

index a5efcae8b08498631bc18eb5422a2023dd519652..76d9a8896947385315020290427b8dccbf084f30 100644 (file)
@@ -33,7 +33,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 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
@@ -512,8 +512,9 @@ mv sphinx-*/mysqlse storage/sphinx
 %{__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
@@ -550,7 +551,6 @@ CFLAGS="%{rpmcflags} -fPIC %{!?debug:-fomit-frame-pointer}"
        --with-vio \
        --without-readline \
        --without-libedit \
-       --disable-profiling \
 %if %{with ndb}
        --with%{!?debug:out}-ndb-debug \
        --with-ndbcluster \
This page took 0.125247 seconds and 4 git commands to generate.