aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dosfstools/patches/101-config-switch-to-AC_CHECK_LIB.patch
Commit message (Collapse)AuthorAgeFilesLines
* dosfstools: switch to AC_CHECK_LIBDavid Bauer2023-01-161-0/+28
This fixes spurious build-errors on OpenWrt, where the AM_ICONV macro is undefined while invoking autoconfig. Later in the build, the ICONV LDOPTIONS are set to @LIBICONV@, failing the build. Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 9300a20dcce2217b121bd2020cc1a4ea41fa4475)