aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch b/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
deleted file mode 100644
index 590b34440c..0000000000
--- a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This fixes the hardcoded HOST path
-
-Signed-off-by: Saul Wold <saul.wold@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
---- rpcbind-0.2.0/src/Makefile.am 2010-09-02 11:47:16.725763886 -0700
-+++ rpcbind-0.2.0_fixed/src/Makefile.am 2010-09-02 11:47:36.077763138 -0700
-@@ -29,6 +29,6 @@
-
- rpcbind_LDFLAGS = -lpthread -ltirpc
- rpcbind_LDADD = $(LIB_TIRPC)
--AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
-+AM_CPPFLAGS = -I=/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
- -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
-