aboutsummaryrefslogtreecommitdiffstats
path: root/include/package.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-07 18:18:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-07 18:18:56 +0000
commitc71bb28d06ddceb79ea5f6b87e52a5e6e238c785 (patch)
tree55d6678ffd4f3279606bb93b081a6d94549bd0a3 /include/package.mk
parent17e5a4e2671824a917d193d7494c9134c7e0ca71 (diff)
downloadmaster-187ad058-c71bb28d06ddceb79ea5f6b87e52a5e6e238c785.tar.gz
master-187ad058-c71bb28d06ddceb79ea5f6b87e52a5e6e238c785.tar.bz2
master-187ad058-c71bb28d06ddceb79ea5f6b87e52a5e6e238c785.zip
build: add alternative PKG_CONFIG_PATH
This is a cryptographically signed message in MIME format. udev Makefile.am has two different .pc files and put them into two locations. Don't know if changing the udev Makefile or changing the pkgconfig paths is the right way - someone has to decide :) udev and vala use an additional pkg-config dir add it to the path discovered because openobex did not find udev.pc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index d14c525506..696e752973 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -82,7 +82,7 @@ override MAKEFLAGS=
CONFIG_SITE:=$(INCLUDE_DIR)/site/$(REAL_GNU_TARGET_NAME)
CUR_MAKEFILE:=$(filter-out Makefile,$(firstword $(MAKEFILE_LIST)))
SUBMAKE:=$(NO_TRACE_MAKE) $(if $(CUR_MAKEFILE),-f $(CUR_MAKEFILE))
-PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
+PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig:$(STAGING_DIR)/usr/share/pkgconfig
unexport QUIET
ifeq ($(DUMP)$(filter prereq clean refresh update,$(MAKECMDGOALS)),)