From 84f72791a332687bcf414e3c0617d2d4a8bbbfac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Jan 2023 11:58:44 +0100 Subject: add option to enable proxy (broken for now) --- memcached.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/memcached.spec b/memcached.spec index db37c7c..703c5c1 100644 --- a/memcached.spec +++ b/memcached.spec @@ -15,6 +15,8 @@ %bcond_without sasl %bcond_without sasl_pwdb %bcond_with seccomp +# Experimental and not ready +%bcond_with proxy %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 %bcond_without tls %else @@ -145,6 +147,9 @@ access to the memcached binary include files. %if %{with seccomp} --enable-seccomp \ %endif +%if %{with proxy} + --enable-proxy \ +%endif %if %{with tls} --enable-tls \ %endif -- cgit