components/pkg-config/Makefile
changeset 1381 15aec33b84fa
parent 1359 0d0ad1e7bd3f
child 1948 2d1537e7942d
--- a/components/pkg-config/Makefile	Mon Jul 08 07:15:06 2013 -0700
+++ b/components/pkg-config/Makefile	Mon Jul 08 16:18:46 2013 -0700
@@ -39,6 +39,9 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+# otherwise our default PKG_CONFIG_PATH will change to the 64-bit libdir
+CONFIGURE_LIBDIR.64 =   $(CONFIGURE_PREFIX)/lib
+
 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
 ASLR_MODE = $(ASLR_ENABLE)