summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dcmtk.mk4
1 files changed, 3 insertions, 1 deletions
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 \