summaryrefslogtreecommitdiffstats
path: root/external/libtommath/UnpackedTarball_libtommath.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-27 15:18:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-27 21:11:57 +0100
commit0d0341318df98f6d321f1ce0c0471463334c93a1 (patch)
treebdf24d9e9e45fc02922ed8de33b010804f17eac1 /external/libtommath/UnpackedTarball_libtommath.mk
parentloplugin:simplifybool (clang-cl) (diff)
downloadcore-0d0341318df98f6d321f1ce0c0471463334c93a1.tar.gz
core-0d0341318df98f6d321f1ce0c0471463334c93a1.zip
Work around clang-cl issue with __int128
(see external/libtommath/clang-cl.patch for details) Change-Id: Ice2e1b3e3c5944b3ae72365981679c1effdcfdbd Reviewed-on: https://gerrit.libreoffice.org/45342 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/libtommath/UnpackedTarball_libtommath.mk')
-rw-r--r--external/libtommath/UnpackedTarball_libtommath.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libtommath/UnpackedTarball_libtommath.mk b/external/libtommath/UnpackedTarball_libtommath.mk
index 2a3184c9fc6c..bb0b9e352930 100644
--- a/external/libtommath/UnpackedTarball_libtommath.mk
+++ b/external/libtommath/UnpackedTarball_libtommath.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libtommath,0))
$(eval $(call gb_UnpackedTarball_add_patches,libtommath,\
external/libtommath/libtommath-msvc.patch \
+ external/libtommath/clang-cl.patch \
))
# vim: set noet sw=4 ts=4: