From 2f4eacbf31ff8150e83bfee472c09783a5a613b6 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 4 Jan 2020 14:39:39 +0100 Subject: [PATCH] lib-ssl-iostream: Do not build static test-iostream-ssl Fixes broken static build: https://dovecot.org/pipermail/dovecot/2019-October/117326.html Signed-off-by: Bernd Kuhls --- src/lib-ssl-iostream/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib-ssl-iostream/Makefile.am b/src/lib-ssl-iostream/Makefile.am index 94ead5cec82..5aaea5d51fd 100644 --- a/src/lib-ssl-iostream/Makefile.am +++ b/src/lib-ssl-iostream/Makefile.am @@ -46,7 +46,6 @@ test_libs = \ ../lib/liblib.la test_iostream_ssl_SOURCES = test-iostream-ssl.c -test_iostream_ssl_LDFLAGS = -static test_iostream_ssl_LDADD = $(test_libs) $(SSL_LIBS) $(DLLIB) test_iostream_ssl_DEPENDENCIES = $(test_libs)