X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fdosfstools%2Fpatches%2F0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch;fp=tools%2Fdosfstools%2Fpatches%2F0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch;h=ea9332082169e9140547fd2aa7544b1d1b899a44;hb=49ded28027e5bba3ce623a8205aac0e8e70e250a;hp=72a932dfd53d3a5eb1fcb77c3915d712ab717c56;hpb=31be46e16924dc6feaffa8f53b2f88ed8d6687ea;p=lede-git%2F.git 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 72a932dfd5..ea93320821 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 -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])