From 2156714b99757e82e9e29e62221608c6d8fd846c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 12 Nov 2015 23:09:01 +0100 Subject: [PATCH] ibrdtnd: needs host-pkgconf The configure script uses pkg-config to find the optional dependencies, so make sure it is present: checking pkg-config is at least version 0.9.0... yes Signed-off-by: Peter Korsgaard --- package/ibrdtnd/ibrdtnd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ibrdtnd/ibrdtnd.mk b/package/ibrdtnd/ibrdtnd.mk index e9fa43da8d..3451bfad21 100644 --- a/package/ibrdtnd/ibrdtnd.mk +++ b/package/ibrdtnd/ibrdtnd.mk @@ -9,7 +9,7 @@ IBRDTND_SOURCE = ibrdtnd-$(IBRDTND_VERSION).tar.gz IBRDTND_SITE = https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases IBRDTND_LICENSE = Apache-2.0 IBRDTND_LICENSE_FILES = COPYING -IBRDTND_DEPENDENCIES = ibrdtn ibrcommon +IBRDTND_DEPENDENCIES = ibrdtn ibrcommon host-pkgconf # Disable features that don't have the necessary dependencies in # Buildroot -- 2.30.2