summaryrefslogtreecommitdiff
path: root/mysql/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-06-27 17:38:49 +0200
committerJuergen Daubert <jue@jue.li>2015-06-27 17:38:49 +0200
commitb5722063201442ddcb3b9077e43e286143c23eb8 (patch)
tree5fe223e800493f07aa0ff8047ca9e5a40c6d0d96 /mysql/Pkgfile
parent7b2271c72fb27b3cd8a65836f5ee5fcf0531f036 (diff)
downloadopt-b5722063201442ddcb3b9077e43e286143c23eb8.tar.gz
opt-b5722063201442ddcb3b9077e43e286143c23eb8.tar.xz
mysql: disable tcp_wrappers
Diffstat (limited to 'mysql/Pkgfile')
-rw-r--r--mysql/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql/Pkgfile b/mysql/Pkgfile
index 2d1dd03b0..36e16b8ae 100644
--- a/mysql/Pkgfile
+++ b/mysql/Pkgfile
@@ -1,11 +1,11 @@
# Description: SQL database server
# URL: http://www.mysql.com
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: tcp_wrappers ncurses zlib openssl cmake libaio
+# Depends on: ncurses zlib openssl cmake libaio
name=mysql
version=5.6.25
-release=1
+release=2
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \
my.cnf mysqld)
@@ -23,7 +23,7 @@ build () {
-DINSTALL_LIBDIR=lib \
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-DINSTALL_MANDIR=man \
- -DWITH_LIBWRAP=1 \
+ -DWITH_LIBWRAP=0 \
-DWITH_SSL=system \
-DWITH_ZLIB=system

Generated by cgit