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
This commit is contained in:
Tony Theodore 2018-03-02 14:00:03 +11:00
parent 72fa6cba01
commit 9652e2c68f
1 changed files with 3 additions and 1 deletions

View File

@ -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 \