summaryrefslogtreecommitdiffstats
path: root/package/xinetd/xinetd-2.3.15/003-rpc_fix.patch
diff options
context:
space:
mode:
authorDanomi Manchego2012-05-28 15:36:48 +0200
committerPeter Korsgaard2012-06-16 22:47:03 +0200
commitdb21bfcfd42c217bce28d08b3bc439408c0f2a82 (patch)
treec735eb199740a338cecea9eb7e07d7fe7ae7055c /package/xinetd/xinetd-2.3.15/003-rpc_fix.patch
parentlshw: new package (diff)
downloadbuildroot-db21bfcfd42c217bce28d08b3bc439408c0f2a82.tar.gz
buildroot-db21bfcfd42c217bce28d08b3bc439408c0f2a82.tar.xz
buildroot-db21bfcfd42c217bce28d08b3bc439408c0f2a82.zip
New package: xinetd
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xinetd/xinetd-2.3.15/003-rpc_fix.patch')
-rw-r--r--package/xinetd/xinetd-2.3.15/003-rpc_fix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/xinetd/xinetd-2.3.15/003-rpc_fix.patch b/package/xinetd/xinetd-2.3.15/003-rpc_fix.patch
new file mode 100644
index 000000000..6c32b7291
--- /dev/null
+++ b/package/xinetd/xinetd-2.3.15/003-rpc_fix.patch
@@ -0,0 +1,26 @@
+This patch fixes compiling xinetd without RPC support.
+
+The content of this patch was copied from the OpenWrt project:
+https://dev.openwrt.org/browser/packages/net/xinetd/patches/003-rpc_fix.patch
+
+Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
+
+--- a/xinetd/confparse.c
++++ b/xinetd/confparse.c
+@@ -745,7 +745,7 @@ static status_e check_entry( struct serv
+ }
+ }
+
+-/* #ifndef NO_RPC */
++#ifndef NO_RPC
+ #if defined(HAVE_RPC_RPCENT_H) || defined(HAVE_NETDB_H)
+ if ( SC_IS_RPC( scp ) && !SC_IS_UNLISTED( scp ) )
+ {
+@@ -759,6 +759,7 @@ static status_e check_entry( struct serv
+ SC_RPCDATA( scp )->rd_program_number = rep->r_number ;
+ }
+ else
++#endif
+ #endif /* ! NO_RPC */
+ {
+ if ( !SC_IS_UNLISTED( scp ) )