+++ /dev/null
-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
-
+++ /dev/null
-Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
---- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300
-+++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200
-@@ -4,7 +4,7 @@
- # AM_MAINTAINER_MODE
- AC_CONFIG_SRCDIR([src/rpcbind.c])
- AC_PROG_CC
-- AM_CONFIG_HEADER(config.h)
-+ AC_CONFIG_HEADERS(config.h)
- AC_HEADER_DIRENT
- AC_PREFIX_DEFAULT(/usr)
SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
file://init.d \
- file://fix_host_path.patch \
- file://obsolete_automake_macros.patch \
${UCLIBCPATCHES} \
file://rpcbind.conf \
file://rpcbind.service \
"
UCLIBCPATCHES ?= ""
-SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316"
-SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3"
-
-PR = "r4"
+SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68"
+SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e"
inherit autotools update-rc.d systemd