Skip to content

Commit

Permalink
community/php7-pecl-memcached: enable igbinary serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Jan 6, 2019
1 parent 66aa8f3 commit 1e47834
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.3
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-session"
depends="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"
builddir="$srcdir/$_pkgreal-$pkgver"
Expand All @@ -22,6 +22,7 @@ build() {
./configure \
--prefix=/usr \
--with-php-config=php-config7 \
--enable-memcached-igbinary \
--disable-memcached-sasl
make
}
Expand Down

0 comments on commit 1e47834

Please sign in to comment.