mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 10:52:48 +00:00
prevent pkg-config from looking for .pc files on the host system
SVN-Revision: 5820
This commit is contained in:
parent
a66298ef8a
commit
a98e2a0f27
@ -296,7 +296,7 @@ define Build/Configure/Default
|
|||||||
CXXFLAGS="$(TARGET_CFLAGS)" \
|
CXXFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
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) \
|
$(2) \
|
||||||
$(PKG_CONFIG_PATH)/configure \
|
$(PKG_CONFIG_PATH)/configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user