rpcbind: add missing dependency on host-pkgconf
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 00:23:59 +0000 (02:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 00:28:05 +0000 (02:28 +0200)
commit31b7e36418bde33b1a5ec81c5cccad739035dfb4
tree340546c03efae632514585c161365549fb0086d4
parentb791571c030f0be004bdb180013ca6650dfe6b09
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>
package/rpcbind/rpcbind.mk