[package] group openvpn configuration options in CONFIGURE_ARGS

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23017 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-09-11 18:38:45 +00:00
parent 68715bdf1f
commit ae3a9d2f6d

View File

@ -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 \
)