We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e619 commit e048179Copy full SHA for e048179
1 file changed
memcached.spec.in
@@ -7,6 +7,8 @@
7
%bcond_without option_checking
8
%bcond_without coverage
9
%bcond_without docs
10
+%bcond_with tls
11
+%bcond_with proxy
12
13
# Set with_systemd on distros that use it, so we can install the service
14
# file, otherwise the sysvinit script will be installed
@@ -73,7 +75,12 @@ web applications by alleviating database load.
73
75
%{?with_64bit:--enable-64bit} \
74
76
%{!?with_option_checking:--disable-option-checking}
77
%{!?with_coverage:--disable-coverage} \
- %{!?with_docs:--disable-docs}
78
+ %{!?with_docs:--disable-docs} \
79
+ %{?with_tls:--enable-tls} \
80
+%if %{with_tls}
81
+ %{?with_proxy:--enable-proxy-tls} \
82
+%endif
83
+ %{?with_proxy:--enable-proxy}
84
85
make %{?_smp_mflags}
86
0 commit comments