mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 18:51:06 +02:00
prevent pkg-config from looking for .pc files on the host system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5820 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c2c9dd7ff0
commit
a1cf766955
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user