diff options
author | Rene Engelhard <rene@debian.org> | 2018-09-28 23:02:17 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-10-03 10:12:34 +0200 |
commit | f104b3cafee63b47a735cfdce0f05dab2eedbb91 (patch) | |
tree | f3ffc15f8c36d2772d1945d4571d8f28ac00c785 /config_host.mk.in | |
parent | 0b2bf16f2d7794638e4ca72fc3616330b7b76d0c (diff) |
tdf#72987 run firebird test for little endian only for now
since those old(er) files still use the endianness-depending format.
And remove x64 from the filename...
Change-Id: I24e56cd8561c2ec6a1f77a66907c14cdea8248b6
Reviewed-on: https://gerrit.libreoffice.org/60916
Tested-by: Jenkins
Reviewed-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index a7fc587c5570..62b95390de45 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -180,6 +180,7 @@ export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@ export ENABLE_VALGRIND=@ENABLE_VALGRIND@ export ENABLE_VLC=@ENABLE_VLC@ export ENABLE_WERROR=@ENABLE_WERROR@ +export ENDIANNESS=@ENDIANNESS@ export EPM=@EPM@ export EPM_FLAGS=@EPM_FLAGS@ export EPUBGEN_CFLAGS=$(gb_SPACE)@EPUBGEN_CFLAGS@ |