projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9940861
)
openvpn: remove the epoll support override - should fix the infinite loop bug (#7159)
author
Felix Fietkau
<
[email protected]
>
Sun, 28 Nov 2010 01:01:59 +0000
(
01:01
+0000)
committer
Felix Fietkau
<
[email protected]
>
Sun, 28 Nov 2010 01:01:59 +0000
(
01:01
+0000)
SVN-Revision: 24164
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index 6ab2b98acd7494ec8a43783b13673b6406b7c6f9..fe9a20b9a663af3990cce33283bd5773e5652d40 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-69,14
+69,6
@@
CONFIGURE_ARGS += \
--disable-lzo
endif
-define Build/Configure
- $(call Build/Configure/Default, \
- $(CONFIGURE_ARGS) \
- ,\
- ac_cv_func_epoll_create=no \
- )
-endef
-
define Package/openvpn/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/openvpn $(1)/usr/sbin/