summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 02:23:59 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 02:28:05 +0200
commit31b7e36418bde33b1a5ec81c5cccad739035dfb4 (patch)
tree340546c03efae632514585c161365549fb0086d4 /package
parentb791571c030f0be004bdb180013ca6650dfe6b09 (diff)
downloadbuildroot-31b7e36418bde33b1a5ec81c5cccad739035dfb4.tar.gz
buildroot-31b7e36418bde33b1a5ec81c5cccad739035dfb4.zip
rpcbind: add missing dependency on host-pkgconf
rpcbind depends on libtirpc, which used to depend on host-pkgconf. However, since commit aee57627b09d0955270a562b8adaa0ff88ef523b, the dependency of libtirpc on host-pkgconf has been removed, because libtirpc no longer uses PKG_CHECK_MODULES(). However, rpcbind does use PKG_CHECK_MODULES(). It used to work because host-pkgconf was brought into the build by the dependency on libtirpc, but that's no longer the case. Bottom line: we need to make rpcbind depend on host-pkgconf, which is exactly what this commit does. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/rpcbind/rpcbind.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index 7bfb1e24e8..b85d88e256 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -12,7 +12,7 @@ RPCBIND_LICENSE_FILES = COPYING
RPCBIND_CONF_ENV += \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"
-RPCBIND_DEPENDENCIES += libtirpc
+RPCBIND_DEPENDENCIES += libtirpc host-pkgconf
RPCBIND_CONF_OPTS += --with-rpcuser=root
define RPCBIND_INSTALL_INIT_SYSV
OpenPOWER on IntegriCloud