diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-02-13 15:28:18 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-13 15:28:44 +0000 |
commit | 3f6a9d20cf034deb72fc18d13b0d7e066b01844f (patch) | |
tree | f2ce6d369baab3694158d7dc48515785b9da1777 /main/memcached | |
parent | bc223a6ee0293ebf215cdb0d13122b5aff740e94 (diff) | |
download | aports-3f6a9d20cf034deb72fc18d13b0d7e066b01844f.tar.bz2 aports-3f6a9d20cf034deb72fc18d13b0d7e066b01844f.tar.xz |
main/memcached: disable extstore
it does not build on non-x86_64 due to:
https://github.com/memcached/memcached/issues/319
Diffstat (limited to 'main/memcached')
-rw-r--r-- | main/memcached/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/memcached/APKBUILD b/main/memcached/APKBUILD index 00113e3bdd..f370b77e82 100644 --- a/main/memcached/APKBUILD +++ b/main/memcached/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=memcached pkgver=1.5.4 -pkgrel=0 +pkgrel=1 pkgdesc="Distributed memory object caching system" url="https://memcached.org/" arch="all" @@ -23,7 +23,6 @@ build() { --prefix=/usr \ --enable-sasl \ --enable-sasl-pwdb \ - --enable-extstore \ --enable-seccomp make } |