diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-11 13:03:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 20:34:26 +0100 |
commit | f4d9d7a26b40db14c5d6a87f19df55dfb9000170 (patch) | |
tree | a22afe8be4db566ea2db5fc34e49c5209b8a18ff /toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch | |
parent | 657418db68fe2be89bdba2a147a08168d7a760ba (diff) | |
download | mtk-20170518-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.zip mtk-20170518-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.tar.gz mtk-20170518-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.tar.bz2 |
glibc: use default PATCH_DIR
Version configuration is gone, so version specific patch directories are
not necessary either.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch')
-rw-r--r-- | toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch deleted file mode 100644 index d65a0bc..0000000 --- a/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch +++ /dev/null @@ -1,14 +0,0 @@ -add /usr/lib to default search path for the dynamic linker - ---- a/Makeconfig -+++ b/Makeconfig -@@ -526,6 +526,9 @@ else - 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) |