projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b34e2
)
xinetd: Fix compile w.r.t. RPC headers
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Feb 2011 19:53:40 +0000
(19:53 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Feb 2011 19:53:40 +0000
(19:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25594
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/xinetd/Makefile
patch
|
blob
|
history
diff --git
a/net/xinetd/Makefile
b/net/xinetd/Makefile
index
e59131d
..
9c33cdd
100644
(file)
--- a/
net/xinetd/Makefile
+++ b/
net/xinetd/Makefile
@@
-42,6
+42,10
@@
define Build/Configure
$(call Build/Configure/Default, \
--without-libwrap \
--with-loadavg \
+ , \
+ ac_cv_header_rpc_pmap_clnt_h=no \
+ ac_cv_header_rpc_rpc_h=no \
+ ac_cv_header_rpc_rpcent_h=no \
)
endef