From: Bjørn Mork Date: Fri, 22 Oct 2021 12:34:48 +0000 (+0200) Subject: dosfstools: fix AM_ICONV triggered build error X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4160ba8725b0812091ec630b232d3a84062699ea;p=openwrt-packages.git dosfstools: fix AM_ICONV triggered build error Fix this build error: gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \ -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \ -I/usr/local/src/openwrt/staging_dir/host/include \ -L/usr/local/src/openwrt/staging_dir/host/lib \ -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \ charconv.o @LIBICONV@ gcc: error: LIBICONV@: No such file or directory make[4]: *** [Makefile:449: fsck.fat] Error 1 Suggested-by: Rosen Penev Signed-off-by: Bjørn Mork --- diff --git a/utils/dosfstools/Makefile b/utils/dosfstools/Makefile index 1c88345bb..b917818b3 100644 --- a/utils/dosfstools/Makefile +++ b/utils/dosfstools/Makefile @@ -22,7 +22,6 @@ PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:dosfstools_project:dosfstools PKG_INSTALL:=1 -PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk