diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-14 08:23:10 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-20 08:24:05 +0100 |
commit | 49ded28027e5bba3ce623a8205aac0e8e70e250a (patch) | |
tree | 26e3a683fb1b60d9abf39bc91a48989376902d05 /tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch | |
parent | 31be46e16924dc6feaffa8f53b2f88ed8d6687ea (diff) | |
download | mtk-20170518-49ded28027e5bba3ce623a8205aac0e8e70e250a.zip mtk-20170518-49ded28027e5bba3ce623a8205aac0e8e70e250a.tar.gz mtk-20170518-49ded28027e5bba3ce623a8205aac0e8e70e250a.tar.bz2 |
tools/dosfstools: Update to 4.1
Update to 4.1
Remove 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch
as it's included in upstream repo.
Refresh patch
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch')
-rw-r--r-- | tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch b/tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch index 72a932d..ea93320 100644 --- a/tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch +++ b/tools/dosfstools/patches/0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch @@ -23,5 +23,5 @@ Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> -AC_SEARCH_LIBS(iconv_open, iconv) +AC_CHECK_LIB(iconv, iconv_open) - AC_CONFIG_FILES([Makefile src/Makefile src/version.h - manpages/Makefile manpages/mkfs.fat.8 + # xxd (distributed with vim) is used in the testsuite + AC_CHECK_PROG([XXD_FOUND], [xxd], [yes]) |