summaryrefslogtreecommitdiff
path: root/include
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
commitc2a37910003c6f8917a39e599bf15e675445562e (patch)
treee65f7b96eb4d4b621484fb7a87e1dbd61ddae213 /include
parent452d019d3ea37165a8b016d5d21fcc4e73f2ffaf (diff)
downloadmtk-20170518-c2a37910003c6f8917a39e599bf15e675445562e.zip
mtk-20170518-c2a37910003c6f8917a39e599bf15e675445562e.tar.gz
mtk-20170518-c2a37910003c6f8917a39e599bf15e675445562e.tar.bz2
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> SVN-Revision: 39792
Diffstat (limited to 'include')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index d14c525..696e752 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)),)