xinetd: Fix compile w.r.t. RPC headers
authorMichael Büsch <[email protected]>
Sat, 19 Feb 2011 19:53:40 +0000 (19:53 +0000)
committerMichael Büsch <[email protected]>
Sat, 19 Feb 2011 19:53:40 +0000 (19:53 +0000)
SVN-Revision: 25594

net/xinetd/Makefile

index e59131d2eb471589208f0038d19684aaa7faaa96..9c33cdd0fe892640e0f79952b2758575943d3843 100644 (file)
@@ -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