소스 검색

exfat-utils: indicate upstream status of the musl patch

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 10 년 전
부모
커밋
efc54fe91e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch

+ 3 - 0
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 <brendanheading@gmail.com>
 ---
  platform.h |    2 +-