diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-30 20:15:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-30 20:15:11 +0000 |
commit | ed95e47f072caaeffdc48a78718cfc08fe89f690 (patch) | |
tree | aae48b7885b6b76d105627d533ef4dec7b769705 /toolchain/musl/patches/300-relative.patch | |
parent | b046040bd6f323b214dbeee9767db7644cf3a6bd (diff) | |
download | upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.tar.gz upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.tar.bz2 upstream-ed95e47f072caaeffdc48a78718cfc08fe89f690.zip |
musl: update to the latest git version, fixes TLS issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48574
Diffstat (limited to 'toolchain/musl/patches/300-relative.patch')
-rw-r--r-- | toolchain/musl/patches/300-relative.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/300-relative.patch b/toolchain/musl/patches/300-relative.patch index 3735516ba7..3a9c13eb36 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -210,7 +210,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc +@@ -219,7 +219,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |