[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:
parent
68715bdf1f
commit
ae3a9d2f6d
@ -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 \
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user