From: florian Date: Wed, 1 Nov 2006 12:48:19 +0000 (+0000) Subject: Prevent hostpython from loading libstdc++ in the STAGING_DIR (#884) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a604f48a49e9813518b782812d2c31e53a9dc0cc;p=packages.git Prevent hostpython from loading libstdc++ in the STAGING_DIR (#884) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 820a67be8..9301310e0 100644 --- 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