open-vm-tools: fix compilation without libiconv
Fix for recent nls.mk change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
bb0d45ed35
commit
45d7e4f6f7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ CONFIGURE_ARGS+= \
|
||||||
--without-xerces \
|
--without-xerces \
|
||||||
--enable-resolutionkms=no
|
--enable-resolutionkms=no
|
||||||
|
|
||||||
TARGET_LDFLAGS += -liconv
|
TARGET_LDFLAGS+=$(if $(ICONV_FULL),-liconv)
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
|
Loading…
Reference in a new issue