Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / tools / dosfstools / patches / 0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch
index 72a932dfd53d3a5eb1fcb77c3915d712ab717c56..beb6af260fadee6a01dd3b644da6fcfee01ff93a 100644 (file)
@@ -6,7 +6,7 @@ MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
-AC_SEARCH_LIB doesn't work properly for openwrt/lede when building dosfstools
+AC_SEARCH_LIB doesn't work properly for librecmc/lede when building dosfstools
 as a package.
 
 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
@@ -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])