openvpn: remove the epoll support override - should fix the infinite loop bug (#7159)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24164 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f78a67404b
commit
113e7f3e45
@ -69,14 +69,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-lzo
|
--disable-lzo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
$(CONFIGURE_ARGS) \
|
|
||||||
,\
|
|
||||||
ac_cv_func_epoll_create=no \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/openvpn/install
|
define Package/openvpn/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/openvpn $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/openvpn $(1)/usr/sbin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user