summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-09-02 15:05:56 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-02 15:19:34 -0700
commit9bf90ab9dd18cc2876c8b4e886929de21f910759 (patch)
treec0d6461f9ac7e5c60832e202c9ffbd6dac5630d5 /meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
parent893713352a447a0813e44fdc173be8b8c73bfdf3 (diff)
downloadpoky-9bf90ab9dd18cc2876c8b4e886929de21f910759.tar.gz
rpcbind: move patch to correct location
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch b/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
new file mode 100644
index 0000000000..1b12d83d67
--- /dev/null
+++ b/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
@@ -0,0 +1,14 @@
1This fixes the hardcoded HOST path
2
3Signed-off-by: Saul Wold <saul.wold@intel.com>
4
5--- rpcbind-0.2.0/src/Makefile.am 2010-09-02 11:47:16.725763886 -0700
6+++ rpcbind-0.2.0_fixed/src/Makefile.am 2010-09-02 11:47:36.077763138 -0700
7@@ -29,6 +29,6 @@
8
9 rpcbind_LDFLAGS = -lpthread -ltirpc
10 rpcbind_LDADD = $(LIB_TIRPC)
11-AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
12+AM_CPPFLAGS = -I=/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
13 -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
14