From 75ac488f4d89a547984b7baff50a41576e8ccb0f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 11 Mar 2014 12:07:17 +0000 Subject: openvpn: make size optimization configurable Signed-off-by: Christoph Kottke SVN-Revision: 39872 --- package/network/services/openvpn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/openvpn/Makefile') diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index f6c4381b09..a05248c132 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/Makefile @@ -66,7 +66,7 @@ CONFIGURE_VARS += \ define Build/Configure $(call Build/Configure/Default, \ - --enable-small \ + $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_SMALL),--enable-small) \ --disable-selinux \ --disable-systemd \ --disable-plugins \ -- cgit v1.2.3