projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f51b2
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5820
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
1edac0e
..
1b69cf2
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) \