projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f2848
)
use := instead of = for PKG_CONFIG_PATH to prevent recursion
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 16:04:33 +0000
(16:04 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 16:04:33 +0000
(16:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25388
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
e0d367a
..
324e6e8
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-81,8
+81,8
@@
define Build/Exports/Default
$(1) : export STAGING_PREFIX=$$(STAGING_DIR)/usr
$(1) : export PATH=$$(TARGET_PATH_PKG)
$(1) : export CONFIG_SITE:=$$(CONFIG_SITE)
- $(1) : export PKG_CONFIG_PATH=$$(PKG_CONFIG_PATH)
- $(1) : export PKG_CONFIG_LIBDIR=$$(PKG_CONFIG_PATH)
+ $(1) : export PKG_CONFIG_PATH
:
=$$(PKG_CONFIG_PATH)
+ $(1) : export PKG_CONFIG_LIBDIR
:
=$$(PKG_CONFIG_PATH)
endef
Build/Exports=$(Build/Exports/Default)
This page took
0.021845 seconds
and
4
git commands to generate.