|
@@ -120,7 +120,7 @@ $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY): $(GETTEXT_DIR)/$(GETTEXT_BINARY)
|
|
autopoint envsubst gettext.sh gettextize msg* ?gettext)
|
|
autopoint envsubst gettext.sh gettextize msg* ?gettext)
|
|
touch -c $@
|
|
touch -c $@
|
|
|
|
|
|
-gettext: uclibc pkgconfig $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
|
|
|
|
|
|
+gettext: uclibc pkgconfig $(if $(BR2_PACKAGE_LIBICONV),libiconv) $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
|
|
|
|
|
|
gettext-unpacked: $(GETTEXT_DIR)/.unpacked
|
|
gettext-unpacked: $(GETTEXT_DIR)/.unpacked
|
|
|
|
|