summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:09 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:17:27 +0100
commit74bbc71b75bac49f5c9df81827fa184b8a365d36 (patch)
treebf38c0d91a2bc9eb9ac2fc7abdc7b1ab98ad0d43 /distro
parent0708426170fd578f598fb0f0d3df78bd1fca7117 (diff)
downloadopenvpn-74bbc71b75bac49f5c9df81827fa184b8a365d36.tar.gz
openvpn-74bbc71b75bac49f5c9df81827fa184b8a365d36.tar.xz
openvpn-74bbc71b75bac49f5c9df81827fa184b8a365d36.zip
build: proper lzo detection and usage
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'distro')
-rw-r--r--distro/rpm/openvpn.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/rpm/openvpn.spec.in b/distro/rpm/openvpn.spec.in
index 8db5172..652144b 100644
--- a/distro/rpm/openvpn.spec.in
+++ b/distro/rpm/openvpn.spec.in
@@ -110,7 +110,7 @@ Development support for OpenVPN.
--disable-dependency-tracking \
--docdir="%{_docdir}/%{name}-%{version}" \
%{?with_password_save:--enable-password-save} \
- %{?without_lzo:--disable-lzo} \
+ %{!?without_lzo:--enable-lzo} \
%{?with_pkcs11:--enable-pkcs11} \
%{?with_kerberos:--with-ssl-headers=/usr/kerberos/include}
%__make