Skip to content
Snippets Groups Projects
Commit 1f8d4398 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while...

disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts

SVN-Revision: 6244
parent 66252eae
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/unpack.mk
PKG_CONFIG_PATH:=.
PKG_CONFIGURE_PATH:=.
export CONFIG_SITE:=$(INCLUDE_DIR)/site/$(REAL_GNU_TARGET_NAME)
define Build/DefaultTargets
......@@ -296,7 +296,7 @@ define Build/Configure/Default
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig" \
$(2) \
$(PKG_CONFIG_PATH)/configure \
$(PKG_CONFIGURE_PATH)/configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment