summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/mysql/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/mysql/APKBUILD b/main/mysql/APKBUILD
index 61f5c9e4d..8268c075a 100644
--- a/main/mysql/APKBUILD
+++ b/main/mysql/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mysql
pkgver=5.1.51
-pkgrel=0
+pkgrel=1
pkgdesc="A fast SQL database server"
url="http://www.mysql.com/"
pkgusers="mysql"
@@ -37,10 +37,9 @@ build() {
--with-ssl \
--without-debug \
--with-unix-socket-path=/var/run/mysqld/mysqld.sock \
- --with-plugins=partition,ftexample,archive,blackhole,federated,heap,innobase,innodb_plugin,ndbcluster \
+ --with-plugins=partition,archive,blackhole,csv,federated,heap,innobase,innodb_plugin,ndbcluster \
--mandir=/usr/share/man \
|| return 1
-
make
}