summaryrefslogtreecommitdiff
path: root/mythes/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mythes/makefile.mk')
-rw-r--r--mythes/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index abd7038efdc6..b0054c9c8dc5 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -98,6 +98,10 @@ CONFIGURE_FLAGS= --disable-shared --with-pic \
HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \
HUNSPELL_LIBS="-L$(SOLARLIBDIR) -lhunspell-1.2"
+.IF "$(CROSS_COMPILING)"=="YES"
+CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no
+.ENDIF
+
BUILD_ACTION=make
.ELSE