]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- always link with system readline and ssl, do not allow fallback to bundled one
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Dec 2010 21:11:07 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.510

mysql.spec

index b78898c1482345b78f53cbaebca640c822bfbca7..896b88e44b4325d0a1420ce477cf4f3245496b89 100644 (file)
@@ -36,7 +36,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.8
-Release:       0.1
+Release:       0.2
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -551,11 +551,11 @@ cd build
        %{?debug:-DWITH_DEBUG=ON} \
        -DWITH_FAST_MUTEXES=ON \
        -DWITH_LIBEDIT=OFF \
-       -DWITH_READLINE=ON \
-       -DWITH_SSL=%{?with_ssl:yes}%{?!with_ssl:no} \
+       -DWITH_READLINE=system \
+       -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
        -DWITH_ZLIB=system \
        -DWITH_COMMENT="PLD Linux Distribution MySQL RPM" \
-       -DWITH_LIBWRAP=%{?with_tcpd:ON}%{?!with_tcpd:OFF} \
+       -DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
        -DCURSES_INCLUDE_PATH=/usr/include/ncurses \
        -DMYSQL_UNIX_ADDR=/var/lib/%{name}/%{name}.sock \
        -DINSTALL_LAYOUT=RPM \
This page took 0.043352 seconds and 4 git commands to generate.