diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-06-29 17:11:30 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-06-29 17:11:30 (GMT) |
commit | fc9a7b8413376ad4fd246664775b9456806fc882 (patch) | |
tree | 51aa8c03f6a6ebcaaa5476dec68fca262b6df616 /src/gettext.mk | |
parent | bdd03271d26439499a940ceff095db9356a287d1 (diff) | |
download | mxe-fc9a7b8413376ad4fd246664775b9456806fc882.zip mxe-fc9a7b8413376ad4fd246664775b9456806fc882.tar.gz mxe-fc9a7b8413376ad4fd246664775b9456806fc882.tar.bz2 |
gettext: depend on native build for bins/*.m4 files etc.
fixes #2161
Diffstat (limited to 'src/gettext.mk')
-rw-r--r-- | src/gettext.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gettext.mk b/src/gettext.mk index b15f368..6cb78e2 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -9,7 +9,9 @@ $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://ftp.gnu.org/gnu/gettext/$($(PKG)_FILE) $(PKG)_URL_2 := https://ftpmirror.gnu.org/gettext/$($(PKG)_FILE) -$(PKG)_DEPS := cc libiconv +# native gettext isn't technically required, but downstream +# cross-packages may need binaries and/or *.m4 files etc. +$(PKG)_DEPS := cc libiconv $(BUILD)~$(PKG) $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_DEPS_$(BUILD) := libiconv |