vmime: remove openssl 1.0 overlay example

Vmime now has openssl 1.1 support, so this is no longer relevant.
This commit is contained in:
Mark Brand 2019-07-08 12:31:35 +02:00
parent e045e5c198
commit e63207a602
2 changed files with 1 additions and 8 deletions

View File

@ -5,6 +5,3 @@ $(PLUGIN_HEADER)
dcmtk_CONFIGURE_OPTS := --with-openssl
dcmtk_DEPS := $(filter-out openssl,$(dcmtk_DEPS)) openssl1.0
vmime_DEPS := $(filter-out gnutls,$(vmime_DEPS)) openssl1.0
vmime_TLS_LIB := openssl

View File

@ -9,10 +9,6 @@ $(PKG)_CHECKSUM := eeb9002c8f4061f4efbe851b40217d2cbec4ac067444a552903eaa60240f3
$(PKG)_GH_CONF := kisli/vmime/branches/master
$(PKG)_DEPS := cc gnutls libgsasl libiconv pthreads zlib
# see plugins/examples/openssl1.0 for example of enabling openssl 1.0.x
# support (see https://github.com/kisli/vmime/issues/146 for v1.1.x)
$(PKG)_TLS_LIB := gnutls
define $(PKG)_BUILD
# The following hint is probably needed for ICU:
# -DICU_LIBRARIES="`'$(TARGET)-pkg-config' --libs-only-l icu-i18n`"
@ -29,7 +25,7 @@ define $(PKG)_BUILD
-DVMIME_BUILD_DOCUMENTATION=OFF \
-DCMAKE_MODULE_PATH='$(1)/cmake' \
-DVMIME_CHARSETCONV_LIB=iconv \
-DVMIME_TLS_SUPPORT_LIB=$($(PKG)_TLS_LIB) \
-DVMIME_TLS_SUPPORT_LIB=gnutls \
-C '$(PWD)/src/vmime-TryRunResults.cmake' \
.