diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
commit | 58ab3ad6b0f2cd1e302011e492832673f017ed08 (patch) | |
tree | 8db648d8e2d2a924f19168fad5fc8250508d83d6 /toolchain/musl/patches/300-relative.patch | |
parent | 3d1890053c68ea22c2b4532d2e839638261de8be (diff) | |
download | upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.gz upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.bz2 upstream-58ab3ad6b0f2cd1e302011e492832673f017ed08.zip |
musl: update to version 1.1.11
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46772
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 7f3849a5f7..e2c22ba2d8 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -187,7 +187,7 @@ $(DESTDIR)$(includedir)/%: include/% +@@ -195,7 +195,7 @@ $(DESTDIR)$(includedir)/%: include/% $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |