projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b399e
)
gd: needs host-pkgconf
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 25 Nov 2014 14:52:09 +0000
(15:52 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 25 Nov 2014 14:52:09 +0000
(15:52 +0100)
configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gd/gd.mk
patch
|
blob
|
history
diff --git
a/package/gd/gd.mk
b/package/gd/gd.mk
index 927dfb296135b04b765c1d627d16dc46aed3db3d..d0fd5720a00aef08de7355fa2796514b0cb819e6 100644
(file)
--- 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