From: florian Date: Sat, 11 Sep 2010 18:38:45 +0000 (+0000) Subject: [package] group openvpn configuration options in CONFIGURE_ARGS X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ae3a9d2f6d53669b95192b240729331b6ad3ad25;p=packages.git [package] group openvpn configuration options in CONFIGURE_ARGS git-svn-id: svn://svn.openwrt.org/openwrt/packages@23017 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index fe8c30623..51ada70f9 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -48,14 +48,17 @@ define Package/openvpn-easy-rsa/conffiles /etc/easy-rsa/vars endef +CONFIGURE_ARGS+= \ + --disable-pthread \ + --disable-debug \ + --disable-plugins \ + --enable-management \ + --disable-socks \ + --enable-password-save + define Build/Configure $(call Build/Configure/Default, \ - --disable-pthread \ - --disable-debug \ - --disable-plugins \ - --enable-management \ - --disable-socks \ - --enable-password-save \ + $(CONFIGURE_ARGS) \ ,\ ac_cv_func_epoll_create=no \ )