]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 3; temporaily disable profiling to workaround https://bugs.launchpad.net/pld... auto/th/mysql-5_1_36-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Jul 2009 07:06:58 +0000 (07:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.456

mysql.spec

index ea7022fbb304158c51df69a3e30bd348318927ac..a5efcae8b08498631bc18eb5422a2023dd519652 100644 (file)
@@ -8,6 +8,7 @@
 # - !!! Makefiles for libmysqld.so !!!
 # - segfaults on select from non-mysql user (caused by builder environment):
 #     https://bugs.launchpad.net/pld-linux/+bug/381904
+#     (profiling disabled temporaily to workaround this)
 #
 # Conditional build:
 %bcond_without innodb          # InnoDB storage engine support
@@ -32,7 +33,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.1.36
-Release:       2
+Release:       3
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
@@ -549,6 +550,7 @@ 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.19525 seconds and 4 git commands to generate.