[source] glibc: override default rpath to /lib:/usr/lib
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 11 12:19:06 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/bf867f7f84e12dd1007c464bf5787585048cff86
commit bf867f7f84e12dd1007c464bf5787585048cff86
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Feb 11 19:23:03 2017 +0100
glibc: override default rpath to /lib:/usr/lib
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
toolchain/glibc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 974691c..24526ce 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -8,6 +8,7 @@ define Host/Compile
+$(MAKE) -C $(CUR_BUILD_DIR) \
PARALLELMFLAGS="$(HOST_JOBS)" \
BUILD_CFLAGS="$(HOST_CFLAGS)" \
+ default-rpath="/lib:/usr/lib" \
all
endef
More information about the lede-commits
mailing list