aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-18 14:31:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-18 14:34:03 +0000
commitad8a1fab3b2e4860e99c25f46a6f2919986d1634 (patch)
tree053bd2ba4772acc71fcd21a334d43c2f7acfbd2b
parent419bfa74677551eb7258ebb4374f2cbe43ee5dbc (diff)
downloadaports-ad8a1fab3b2e4860e99c25f46a6f2919986d1634.tar.bz2
aports-ad8a1fab3b2e4860e99c25f46a6f2919986d1634.tar.xz
main/mysql: the libmysqlclient replaces some mysql files
(cherry picked from commit 2b310293a4350072514d06fada6b358575a61510)
-rw-r--r--main/mysql/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/mysql/APKBUILD b/main/mysql/APKBUILD
index 1bf1575f86..9fff33260a 100644
--- a/main/mysql/APKBUILD
+++ b/main/mysql/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mysql
pkgver=5.1.43
-pkgrel=1
+pkgrel=2
pkgdesc="A fast SQL database server"
url="http://www.mysql.com/"
license='GPL'
@@ -44,6 +44,8 @@ package() {
libmysqlclient() {
pkgdesc="MySQL client library"
+ # some files moved
+ replaces="mysql"
mkdir -p "$subpkgdir"/usr/lib/mysql
mv "$pkgdir"/usr/lib/mysql/libmysqlclient.so* \
"$pkgdir"/usr/lib/mysql/libmysqlclient_r.so* \