extend tmp/.target.mk to include target profile information - preparation for the...
[openwrt.git] / include / package.mk
index 1edac0e..1b69cf2 100644 (file)
@@ -296,7 +296,7 @@ define Build/Configure/Default
                CXXFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
-               PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
+               PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig" \
                $(2) \
                $(PKG_CONFIG_PATH)/configure \
                --target=$(GNU_TARGET_NAME) \
This page took 0.01924 seconds and 4 git commands to generate.