Skip to content
Snippets Groups Projects
Commit 46b05bd2 authored by Andy Postnikov's avatar Andy Postnikov Committed by Carlo Landmeter
Browse files

main/memcached: enable extstore

parent 8dedb32d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ source="https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
builddir="$srcdir/$pkgname-$pkgver"
build() {
# extstore is broken on non-x86_64
# https://github.com/memcached/memcached/issues/319
local _extstore=''
# extstore is broken on s390x
# https://github.com/memcached/memcached/issues/381
local _extstore='--enable-extstore'
case "$CARCH" in
x86_64) _extstore='--enable-extstore';;
s390x) _extstore='';;
esac
cd "$builddir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment