summaryrefslogtreecommitdiffstats
path: root/main/mysql
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-21 06:25:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-21 06:25:53 +0000
commit4feee58513914e72d20aa84824ff4059a1e7c54a (patch)
tree9e1fb579ad08cfe963f56b69d09b28bbdb177283 /main/mysql
parent3e1613b949a65ae8d6c782334ecafb56cb3ba8d5 (diff)
downloadaports-4feee58513914e72d20aa84824ff4059a1e7c54a.tar.bz2
aports-4feee58513914e72d20aa84824ff4059a1e7c54a.tar.xz
main/mysql: update plugin list
ftexample didnt exist
Diffstat (limited to 'main/mysql')
-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
}