From 71d9a61302e65fe091cf70c13fa72b3df09b7e3a Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 30 Oct 2017 22:15:19 +0100 Subject: tdf#108580 ship universal crts with the program as workaround the universal crts redistributables are available as part of the Windows 10 SDK. Point to the dir (or a copy of the dir) using --with-ucrt-dir Use --without-ucrt-dir (or --with-ucrt-dir=no) if you don't want to ship them as part of LO and are annoyed by the configure warning. Change-Id: I5487e3f6e583222fa053b2fc03176f061d57746c Reviewed-on: https://gerrit.libreoffice.org/44074 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- config_host.mk.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 13cef74e5216..7fca9f3601d3 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -570,6 +570,8 @@ export TMPDIR=@TEMP_DIRECTORY@ export TOUCH=@TOUCH@ export UCRTSDKDIR=@UCRTSDKDIR@ export UCRTVERSION=@UCRTVERSION@ +export UCRT_REDISTDIR=@UCRT_REDISTDIR@ +export UCRT_DLLS=@UCRT_DLLS@ export UNOWINREG_DLL=@UNOWINREG_DLL@ export USE_LIBRARY_BIN_TAR=@USE_LIBRARY_BIN_TAR@ export USE_XINERAMA=@USE_XINERAMA@ -- cgit