]> git.pld-linux.org Git - packages/mysql.git/commitdiff
use system libevent
authorElan Ruusamäe <glen@delfi.ee>
Wed, 14 Dec 2016 22:37:06 +0000 (00:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 14 Dec 2016 22:37:06 +0000 (00:37 +0200)
mysql.spec

index dc930bce225af8d4ecb47fb64b47ed4bc3fb85c3..fb9df7dc80058a3a614c9a85c47c92ba754c8959 100644 (file)
@@ -42,7 +42,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.7.17
-Release:       0.1
+Release:       0.2
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 Source0:       http://cdn.mysql.com/Downloads/MySQL-5.7/%{name}-%{version}.tar.gz
@@ -88,6 +88,7 @@ BuildRequires:        libstdc++4-devel >= 5:4.0
 BuildRequires: libstdc++-devel >= 5:4.0
 %endif
 BuildRequires: automake
+BuildRequires: libevent-devel
 BuildRequires: libhsclient-devel
 %{?with_tcpd:BuildRequires:    libwrap-devel}
 BuildRequires: lz4-devel
@@ -534,6 +535,7 @@ CPPFLAGS="%{rpmcppflags}" \
        -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \
        -DWITH_PIC=ON \
        -DWITH_LZ4=system \
+       -DWITH_LIBEVENT="system" \
 %if "%{pld_release}" == "ac"
        -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \
 %else
This page took 0.031581 seconds and 4 git commands to generate.