diff options
Diffstat (limited to 'toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch')
-rw-r--r-- | toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch index a6200f783b..d82686c079 100644 --- a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch @@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker --- a/Makeconfig +++ b/Makeconfig -@@ -501,6 +501,9 @@ else +@@ -527,6 +527,9 @@ else default-rpath = $(libdir) endif |