From: Thomas Petazzoni Date: Mon, 27 Jul 2015 21:13:05 +0000 (+0200) Subject: exfat-utils: indicate upstream status of the musl patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efc54fe91ebd849618a15363602b84e53e15037d;p=buildroot.git exfat-utils: indicate upstream status of the musl patch Signed-off-by: Thomas Petazzoni --- diff --git a/package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch b/package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch index 6244b16857..d280040206 100644 --- a/package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch +++ b/package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch @@ -3,6 +3,9 @@ libexfat would only compile on Linux with __GLIBC__ defined. Changed to use __linux__ which likely better fits the original intent. +Upstream status: applied. +See https://groups.google.com/forum/#!topic/exfat/8g3yumqrf1A. + Signed-off-by: Brendan Heading --- platform.h | 2 +-