diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-22 23:54:04 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-11 23:42:38 +0100 |
commit | 87606e25afac6776d1bbc67ed284434ec5a832b4 (patch) | |
tree | 21d0f87a056816b47ee377302de6156cf8d50a49 /toolchain/musl/patches/300-relative.patch | |
parent | 9306bdf31c0b536389f79d66cee3dcc2d97735c1 (diff) | |
download | mtk-20170518-87606e25afac6776d1bbc67ed284434ec5a832b4.zip mtk-20170518-87606e25afac6776d1bbc67ed284434ec5a832b4.tar.gz mtk-20170518-87606e25afac6776d1bbc67ed284434ec5a832b4.tar.bz2 |
musl: update to version 1.1.19
This updates musl from a commit between 1.1.18 and 1.1.19 to the final
release of the version 1.1.19.
This mostly fixes bugs in musl.
The size of the uncompressed binary is increased by about 4 KB.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 6e30e0a..7e1eb7d 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -221,7 +221,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc +@@ -217,7 +217,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |