From: Peter Korsgaard Date: Tue, 25 Nov 2014 14:52:09 +0000 (+0100) Subject: gd: needs host-pkgconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46c644310c87e1851eb1420cae7c07f3a1a347ed;p=buildroot.git gd: needs host-pkgconf configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf. Signed-off-by: Peter Korsgaard --- 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