aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-12-22 22:51:00 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-01-06 18:52:29 +0200
commit0994eeee061170b1ddcd5ab02923c890715d2ab6 (patch)
treecb3b67156ca5b82fa2470c80c801018b1c01fa26 /community
parentd8e34d0702dbb232e93f19d427cb684eb4cb57da (diff)
downloadaports-0994eeee061170b1ddcd5ab02923c890715d2ab6.tar.bz2
aports-0994eeee061170b1ddcd5ab02923c890715d2ab6.tar.xz
community/php7-pecl-memcached: enable igbinary serializer
Diffstat (limited to 'community')
-rw-r--r--community/php7-pecl-memcached/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/php7-pecl-memcached/APKBUILD b/community/php7-pecl-memcached/APKBUILD
index a1541040dd..d17ddf856b 100644
--- a/community/php7-pecl-memcached/APKBUILD
+++ b/community/php7-pecl-memcached/APKBUILD
@@ -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"
@@ -22,6 +22,7 @@ build() {
./configure \
--prefix=/usr \
--with-php-config=php-config7 \
+ --enable-memcached-igbinary \
--disable-memcached-sasl
make
}