From 51173980cdbc89832db17765209e0ccef5be5cf8 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Tue, 25 Aug 2009 13:03:33 +0100 Subject: package/Makefile.in: Use appropriate paths for host pkg-config. PKG_CONFIG_PATH adds a path to the pkg-config search path, but this is not enough when we are building host tools - the host pkg-config default path is still used, and this will pick up .pc files in the staging_dir tree. PKG_CONFIG_LIBDIR overrides the pkg-config default path and ensures only host .pc files are found. This fixes a pango build failure when building for the host with cairo PNG support enabled. Signed-off-by: Will Newton --- package/pango/pango.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pango/pango.mk') diff --git a/package/pango/pango.mk b/package/pango/pango.mk index b66baf212..21c219f62 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -91,7 +91,7 @@ $(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR touch $@ $(STAMP_DIR)/host_pango_compiled: $(STAMP_DIR)/host_pango_configured - $(HOST_MAKE_ENV) PKG_CONFIG_PATH="$(HOST_DIR)/usr/lib/pkgconfig$(PKG_CONFIG_PATH)" $(MAKE) -C $(PANGO_HOST_DIR) + $(HOST_MAKE_ENV) $(MAKE) -C $(PANGO_HOST_DIR) touch $@ $(STAMP_DIR)/host_pango_installed: $(STAMP_DIR)/host_pango_compiled -- cgit v1.2.3