projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0759714
)
Prevent hostpython from loading libstdc++ in the STAGING_DIR (#884)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Nov 2006 12:48:19 +0000
(12:48 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Nov 2006 12:48:19 +0000
(12:48 +0000)
SVN-Revision: 5372
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 820a67be8fb1cc7728362414d849cef5a8051e57..9301310e07b4d1bee7be810463126205a5618d32 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-66,7
+66,7
@@
endef
MAKE_OPTS= \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
- LD_LIBRARY_PATH="$(
STAGING_DIR)/lib:$(
LD_LIBRARY_PATH)" \
+ LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
LD="$(TARGET_CC)" \
HOSTPYTHON=./hostpython \
HOSTPGEN=./Parser/hostpgen