From 46c644310c87e1851eb1420cae7c07f3a1a347ed Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 25 Nov 2014 15:52:09 +0100 Subject: [PATCH] gd: needs host-pkgconf configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf. Signed-off-by: Peter Korsgaard --- package/gd/gd.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gd/gd.mk b/package/gd/gd.mk index 927dfb2961..d0fd5720a0 100644 --- a/package/gd/gd.mk +++ b/package/gd/gd.mk @@ -13,6 +13,7 @@ GD_LICENSE_FILES = COPYING GD_CONFIG_SCRIPTS = gdlib-config GD_CONF_OPTS = --without-x --disable-rpath +GD_DEPENDENCIES = host-pkgconf # gd forgets to link utilities with -pthread even though it uses # pthreads, causing linking errors with static linking -- 2.30.2