Skip to content

Commit

Permalink
community/php7-pecl-memcached: allow igbinary serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Dec 22, 2018
1 parent 9b3464a commit 075cc63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions community/php7-pecl-memcached/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
pkgname=php7-pecl-memcached
_pkgreal=memcached
pkgver=3.1.2
pkgrel=0
pkgrel=1
pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
url="https://pecl.php.net/package/memcached"
arch="all"
license="PHP"
depends="php7-common php7-session"
depends="php7-common php7-session php7-pecl-igbinary"
makedepends="php7-dev autoconf zlib-dev libmemcached-dev cyrus-sasl-dev re2c"
source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
options="!check" # tests fail: not loaded session.so & need memcached sever
Expand All @@ -23,6 +23,7 @@ build() {
./configure \
--prefix=/usr \
--with-php-config=php-config7 \
--enable-memcached-igbinary \
--disable-memcached-sasl
make
}
Expand Down

0 comments on commit 075cc63

Please sign in to comment.