Hi

this patch is a copy of 
trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in 
trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch
please use svn copy instead of applying it (like in 
https://dev.openwrt.org/changeset/34290/)

the patch add /usr/lib in the ld search path (for eglibc 2.17),
thus helping libs like libnl-tiny.so (for iw), libjson.so.0 (for ubus, jshn) to 
be found

Signed-off-by: Etienne CHAMPETIER <etienne.champet...@free.fr>

Index: toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch
===================================================================
--- toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch    (révision 0)
+++ toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch    (révision 0)
@@ -0,0 +1,14 @@
+add /usr/lib to default search path for the dynamic linker
+
+--- a/libc/Makeconfig
++++ b/libc/Makeconfig
+@@ -539,6 +539,9 @@
+ default-rpath = $(libdir)
+ endif
+
++# Add /usr/lib to default search path for the dynamic linker
++user-defined-trusted-dirs := /usr/lib
++
+ ifndef link-extra-libs
+ link-extra-libs = $(LDLIBS-$(@F))
+ link-extra-libs-static = $(link-extra-libs)

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to