From 9652e2c68fb630c0ec3f1110abf34d4f3a2beff2 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 2 Mar 2018 14:00:03 +1100 Subject: dcmtk: disable openssl 1.1 openssl 1.1 breaks build and newer version switched to cmake with build that requires wine - disable openssl for now --- src/dcmtk.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dcmtk.mk b/src/dcmtk.mk index 8af101d..9578209 100644 --- a/src/dcmtk.mk +++ b/src/dcmtk.mk @@ -18,12 +18,14 @@ define $(PKG)_UPDATE head -1 endef +# openssl 1.1 breaks build and newer version switched to cmake with +# build that requires wine - disable openssl for now define $(PKG)_BUILD cd '$(1)'/config && autoconf -f cd '$(1)' && ./configure \ --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ - --with-openssl \ + --without-openssl \ --with-libtiff \ --with-libpng \ --with-libxml \ -- cgit v0.12