mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/mysql: build with some plugins
This commit is contained in:
parent
73fa6dfb7b
commit
25da8373a6
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mysql
|
||||
pkgver=5.1.43
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A fast SQL database server"
|
||||
url="http://www.mysql.com/"
|
||||
license='GPL'
|
||||
@ -26,6 +26,7 @@ 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 \
|
||||
--mandir=/usr/share/man \
|
||||
|| return 1
|
||||
|
||||
@ -44,7 +45,9 @@ package() {
|
||||
libmysqlclient() {
|
||||
pkgdesc="MySQL client library"
|
||||
mkdir -p "$subpkgdir"/usr/lib/mysql
|
||||
mv "$pkgdir"/usr/lib/mysql/libmysqlclient.so* "$subpkgdir"/usr/lib/mysql
|
||||
mv "$pkgdir"/usr/lib/mysql/libmysqlclient.so* \
|
||||
"$pkgdir"/usr/lib/mysql/libmysqlclient_r.so* \
|
||||
"$subpkgdir"/usr/lib/mysql
|
||||
# make symlinks
|
||||
cd "$subpkgdir"/usr/lib
|
||||
for i in mysql/*; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user