summaryrefslogtreecommitdiff
path: root/memcached.spec.in
diff options
context:
space:
mode:
authorAli Saidi <alisaidi@amazon.com>2020-08-19 00:13:28 -0500
committerdormando <dormando@rydia.net>2020-10-27 17:54:21 -0700
commit9bb323ca3447421ee30ef26d1e48896d2d80b742 (patch)
tree85e42574ea1e877881d25ae35cdc1d4f6c754275 /memcached.spec.in
parenteb1bc72b9497e2c0e77d66740dc3053b6855a89a (diff)
downloadmemcached-9bb323ca3447421ee30ef26d1e48896d2d80b742.tar.gz
arm64: Re-add arm crc32c hw acceleration
Use the .arch_extension directive so that a config options and special cflags aren't required. Add a few tests for both the software and hardware implementations
Diffstat (limited to 'memcached.spec.in')
-rw-r--r--memcached.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/memcached.spec.in b/memcached.spec.in
index f30227a..75d50b4 100644
--- a/memcached.spec.in
+++ b/memcached.spec.in
@@ -1,4 +1,3 @@
-%bcond_with arm_crc32
%bcond_with extstore
%bcond_with seccomp
%bcond_with sasl
@@ -66,7 +65,6 @@ web applications by alleviating database load.
%build
%configure \
- %{?with_arm_crc32:--enable-arm-crc32} \
%{?with_extstore:--enable-extstore} \
%{?with_seccomp:--enable-seccomp} \
%{?with_sasl:--enable-sasl} \