aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2018-09-17 23:59:37 +0200
committerTheCharlatan <seb.kung@gmail.com>2018-09-17 23:59:37 +0200
commita06d2581c3938006df9776185521db5216712629 (patch)
treee8ccc93dbc8343b88ad007e8136984d9693c8097 /contrib/depends
parentAdd libsodium to the packages, the arm build was complaining about it. (diff)
downloadmonero-a06d2581c3938006df9776185521db5216712629.tar.xz
Fix Windows build
icu tex support is not required, so just disable it. Re-add mistakingly removed crypt32 lib.
Diffstat (limited to 'contrib/depends')
-rw-r--r--contrib/depends/packages/icu4c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/icu4c.mk b/contrib/depends/packages/icu4c.mk
index eedf22da0..7e092425e 100644
--- a/contrib/depends/packages/icu4c.mk
+++ b/contrib/depends/packages/icu4c.mk
@@ -17,7 +17,7 @@ define $(package)_config_cmds
sh ../source/runConfigureICU Linux &&\
make &&\
cd ../buildb &&\
- sh ../source/$($(package)_autoconf) --enable-static=yes --enable-shared=yes --prefix=$(host_prefix) --with-cross-build=`pwd`/../builda &&\
+ sh ../source/$($(package)_autoconf) --enable-static=yes --enable-shared=yes --disable-layoutex --prefix=$(host_prefix) --with-cross-build=`pwd`/../builda &&\
$(MAKE) $($(package)_build_opts)
endef