X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2Feglibc%2Fpatches%2F2.16%2F200-add-dl-search-paths.patch;fp=toolchain%2Feglibc%2Fpatches%2F2.16%2F200-add-dl-search-paths.patch;h=70e7e604de6f67a3dfb1c3b9a0c73655b982e11f;hb=f837fab1777c96e5d9b62e55ec6440dba4c45480;hp=0000000000000000000000000000000000000000;hpb=def4db18869161bbd7c5b4203e164286a48c3398;p=openwrt.git diff --git a/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch new file mode 100644 index 0000000000..70e7e604de --- /dev/null +++ b/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch @@ -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)