]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- rel 3; pld cmake macro sets build type to PLD which causes mysql to be built with...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Mar 2011 09:27:40 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.533

mysql.spec

index 55f1fe60d28025cbb6891d1ee0a26eb013f7bba9..ed4203ba6a6ab356d8a3933e07faa6b6436b9e53 100644 (file)
@@ -36,7 +36,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.9
-Release:       2
+Release:       3
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -632,6 +632,7 @@ install -d libmysql
 cp -a %{SOURCE15} libmysql/libmysql.version
 
 %cmake \
+       -DCMAKE_BUILD_TYPE=%{!?debug:RelWithDebInfo}%{?debug:Debug} \
        -DFEATURE_SET="community" \
        -DCMAKE_C_FLAGS_RELEASE="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
        -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
This page took 0.123304 seconds and 4 git commands to generate.