From: Rosen Penev Date: Tue, 19 Jul 2022 08:34:05 +0000 (-0700) Subject: open-vm-tools: fix compilation without libiconv X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45d7e4f6f735c686ce22fecd32ba73f5ca0d108b;p=openwrt-packages.git open-vm-tools: fix compilation without libiconv Fix for recent nls.mk change. Signed-off-by: Rosen Penev --- diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index c54dbcbad..406fe6e4b 100644 --- a/utils/open-vm-tools/Makefile +++ b/utils/open-vm-tools/Makefile @@ -79,7 +79,7 @@ CONFIGURE_ARGS+= \ --without-xerces \ --enable-resolutionkms=no -TARGET_LDFLAGS += -liconv +TARGET_LDFLAGS+=$(if $(ICONV_FULL),-liconv) define Build/Prepare $(call Build/Prepare/Default)