|
@@ -10,6 +10,9 @@ DOSFSTOOLS_LICENSE = GPLv3+
|
|
|
DOSFSTOOLS_LICENSE_FILES = COPYING
|
|
|
DOSFSTOOLS_LDFLAGS = $(TARGET_LDFLAGS)
|
|
|
|
|
|
+# Avoid target dosfstools dependencies, no host-libiconv
|
|
|
+HOST_DOSFSTOOLS_DEPENDENCIES =
|
|
|
+
|
|
|
ifneq ($(BR2_ENABLE_LOCALE),y)
|
|
|
DOSFSTOOLS_DEPENDENCIES += libiconv
|
|
|
DOSFSTOOLS_LDFLAGS += -liconv
|