[openwrt/openwrt] toolchain/glibc: unset LD_LIBRARY_PATH

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 19 05:40:56 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/594dbaa2621cc3e5288c75f6d6165989f989068a

commit 594dbaa2621cc3e5288c75f6d6165989f989068a
Author: Hyeonsik Song <blogcin at naver.com>
AuthorDate: Mon Mar 5 16:57:45 2018 +0900

    toolchain/glibc: unset LD_LIBRARY_PATH
    
    Fix build error when use glibc
    
    Signed-off-by: Hyeonsik Song <blogcin at naver.com>
---
 toolchain/glibc/common.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index b10e797..e10c7b1 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -44,6 +44,7 @@ endif
 # only -O2 tested by upstream changeset
 # "Optimize i386 syscall inlining for GCC 5"
 GLIBC_CONFIGURE:= \
+	unset LD_LIBRARY_PATH; \
 	BUILD_CC="$(HOSTCC)" \
 	$(TARGET_CONFIGURE_OPTS) \
 	CFLAGS="-O2 $(filter-out -Os,$(call qstrip,$(TARGET_CFLAGS)))" \



More information about the lede-commits mailing list