From 45d7e4f6f735c686ce22fecd32ba73f5ca0d108b Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 19 Jul 2022 01:34:05 -0700 Subject: [PATCH] open-vm-tools: fix compilation without libiconv Fix for recent nls.mk change. Signed-off-by: Rosen Penev --- utils/open-vm-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index c54dbcbadc..406fe6e4b0 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)