diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-25 09:24:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-25 09:24:46 +0000 |
commit | 796968fc0f6a06e00d6a83a491ce5f7ee070aec2 (patch) | |
tree | d57dc41d03c932b51b6cd955b3a6f8b44dbabf51 /toolchain/musl/patches/300-relative.patch | |
parent | b4a1bd899290bc1279070c6ae643ee9e927ee9e2 (diff) | |
download | mtk-20170518-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.zip mtk-20170518-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.tar.gz mtk-20170518-796968fc0f6a06e00d6a83a491ce5f7ee070aec2.tar.bz2 |
musl: update to version 1.1.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48762
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 3a9c13e..7e1eb7d 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -219,7 +219,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc +@@ -217,7 +217,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |