mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user