projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66298e
)
prevent pkg-config from looking for .pc files on the host system
author
Nicolas Thill
<nico@openwrt.org>
Sun, 17 Dec 2006 14:56:27 +0000
(14:56 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 17 Dec 2006 14:56:27 +0000
(14:56 +0000)
SVN-Revision: 5820
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index 1edac0e0acd1f8813cbe8d79c371d9ff0c944f2f..1b69cf25d6adca8bb79d3f570a203c208e0daf81 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-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) \