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:
59321ac
)
xinetd: Fix compile w.r.t. RPC headers
author
Michael Büsch
<
[email protected]
>
Sat, 19 Feb 2011 19:53:40 +0000
(19:53 +0000)
committer
Michael Büsch
<
[email protected]
>
Sat, 19 Feb 2011 19:53:40 +0000
(19:53 +0000)
SVN-Revision: 25594
net/xinetd/Makefile
patch
|
blob
|
history
diff --git
a/net/xinetd/Makefile
b/net/xinetd/Makefile
index e59131d2eb471589208f0038d19684aaa7faaa96..9c33cdd0fe892640e0f79952b2758575943d3843 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