From 670cfaf55e53f7380ca8ee7b4acb2bf0248685c4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Sep 2013 01:39:14 -0700 Subject: Fri Sep 6 01:39:05 PDT 2013 --- community/percona-server/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/percona-server/PKGBUILD') diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index 67d824f5a..eff9ebd3b 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93544 2013-07-05 09:53:28Z mtorromeo $ +# $Id: PKGBUILD 96790 2013-09-05 08:50:02Z mtorromeo $ # Maintainer: Massimiliano Torromeo pkgname=percona-server -pkgver=5.5.32_rel31.0 +pkgver=5.5.33_rel31.1 pkgrel=1 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation" arch=('i686' 'x86_64') @@ -19,14 +19,18 @@ options=('!libtool' 'emptydirs') backup=('etc/mysql/my.cnf') install=percona.install source=("http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-${pkgver/_rel/-}/source/Percona-Server-${pkgver/_/-}.tar.gz" + '0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch' 'mysqld-post.sh' 'mysqld.service' 'mysqld-tmpfile.conf') -build() { +prepare() { cd "${srcdir}/Percona-Server-${pkgver/_/-}" sed -i 's|ADD_SUBDIRECTORY(libmysqld/examples)|# ADD_SUBDIRECTORY(libmysqld/examples)|' CMakeLists.txt + patch -p1 -i "$srcdir/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch" +} +build() { cd "${srcdir}" rm -rf build mkdir build @@ -97,7 +101,8 @@ package() { rm "${pkgdir}"/usr/share/man/man1/mysql-test-run.pl.1 } -sha256sums=('e34676cea5ceb398258408e31e8527724845f83bbbf1f22308f5069304118e8f' +sha256sums=('2039ae974d0973b765a4cdc7ffa1dc75ebd93540769fb134b3a8dc521dfc0b3a' + '35f5e7819d6c24863f3319462676ea989fd58f8a334925432444b6bf5c42fdaf' '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48' '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869' 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60') -- cgit v1.2.3-54-g00ecf