diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:35:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-24 15:35:55 +0000 |
commit | 5537698be1dfe40676d0f5e9b43852a72a5e5573 (patch) | |
tree | c7c0855f8051508a5149cead39485bccc688f844 /toolchain/musl/patches/300-relative.patch | |
parent | bee26ca0de90d4b1895cb53982632f3ecb9ff362 (diff) | |
download | mtk-20170518-5537698be1dfe40676d0f5e9b43852a72a5e5573.zip mtk-20170518-5537698be1dfe40676d0f5e9b43852a72a5e5573.tar.gz mtk-20170518-5537698be1dfe40676d0f5e9b43852a72a5e5573.tar.bz2 |
musl: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46481
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 dc7d167..7f3849a 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -180,7 +180,7 @@ $(DESTDIR)$(includedir)/%: include/% +@@ -187,7 +187,7 @@ $(DESTDIR)$(includedir)/%: include/% $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |