aports/main/dovecot/fix-libssl_iostream_openssl.patch
Milan P. Stanić 590dc58428 main/dovecot: upgrade to 2.3.14
use 0001-oauth2-jwt-Use-int64_t-instead-time_t-for-portabilit.patch
instead of fix-oauth2-jwt.c.patch, posted to me by upstream author

add fix-libssl_iostream_openssl.patch, also posted by upstream author

add prepare() and add autoreconf to it, and add gettext-dev to
makedepends, autoreconf need it
2021-03-05 21:40:50 +00:00

15 lines
768 B
Diff

diff --git a/src/lib-dcrypt/Makefile.am b/src/lib-dcrypt/Makefile.am
index e9e5116953..718d451c4f 100644
--- a/src/lib-dcrypt/Makefile.am
+++ b/src/lib-dcrypt/Makefile.am
@@ -20,7 +20,8 @@ libdcrypt_la_CFLAGS = $(AM_CPPFLAGS) \
if BUILD_DCRYPT_OPENSSL
pkglib_LTLIBRARIES += libdcrypt_openssl.la
libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c
-libdcrypt_openssl_la_LDFLAGS = -module -avoid-version ../lib-ssl-iostream/libssl_iostream_openssl.la
+libdcrypt_openssl_la_LDFLAGS = -module -avoid-version ../lib-ssl-iostream/libssl_iostream.la \
+ ../lib-ssl-iostream/libssl_iostream_openssl.la
libdcrypt_openssl_la_LIBADD = $(SSL_LIBS)
libdcrypt_openssl_la_DEPENDENCIES = ../lib-ssl-iostream/libssl_iostream_openssl.la
libdcrypt_openssl_la_CFLAGS = $(AM_CPPFLAGS) \