mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
b791571c03
commit
31b7e36418
@ -12,7 +12,7 @@ RPCBIND_LICENSE_FILES = COPYING
|
|||||||
|
|
||||||
RPCBIND_CONF_ENV += \
|
RPCBIND_CONF_ENV += \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"
|
||||||
RPCBIND_DEPENDENCIES += libtirpc
|
RPCBIND_DEPENDENCIES += libtirpc host-pkgconf
|
||||||
RPCBIND_CONF_OPTS += --with-rpcuser=root
|
RPCBIND_CONF_OPTS += --with-rpcuser=root
|
||||||
|
|
||||||
define RPCBIND_INSTALL_INIT_SYSV
|
define RPCBIND_INSTALL_INIT_SYSV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user