From 9bf90ab9dd18cc2876c8b4e886929de21f910759 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 2 Sep 2010 15:05:56 -0700 Subject: rpcbind: move patch to correct location Signed-off-by: Saul Wold --- meta/recipes-extended/rpcbind/files/fix_host_path.patch | 14 -------------- meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-extended/rpcbind/files/fix_host_path.patch create mode 100644 meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch (limited to 'meta/recipes-extended/rpcbind') diff --git a/meta/recipes-extended/rpcbind/files/fix_host_path.patch b/meta/recipes-extended/rpcbind/files/fix_host_path.patch deleted file mode 100644 index 1b12d83d67..0000000000 --- a/meta/recipes-extended/rpcbind/files/fix_host_path.patch +++ /dev/null @@ -1,14 +0,0 @@ -This fixes the hardcoded HOST path - -Signed-off-by: Saul Wold - ---- 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 - 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 @@ +This fixes the hardcoded HOST path + +Signed-off-by: Saul Wold + +--- 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 + -- cgit v1.2.3-54-g00ecf