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:
19fb7e7
)
Explicitely disable the use of epoll (#3703)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jul 2008 10:28:52 +0000
(10:28 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 2 Jul 2008 10:28:52 +0000
(10:28 +0000)
SVN-Revision: 11616
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index 332441870ecd9fef4cc8f5f1cd1181469cf77916..9b4e12685a2992046e182db2689988d7dd4a2fb2 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-48,6
+48,8
@@
define Build/Configure
--enable-management \
--disable-socks \
--enable-password-save \
+ ,\
+ ac_cv_func_epoll_create=no \
)
endef