0002-lib-ssl-iostream-Do-not-build-static-test-iostream-s.patch 963 B

123456789101112131415161718192021222324252627282930
  1. From 40851dc3471809cabe8cc3f9b71980f8d82344ae Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Sat, 4 Jan 2020 14:39:39 +0100
  4. Subject: [PATCH] lib-ssl-iostream: Do not build static test-iostream-ssl
  5. Fixes broken static build:
  6. https://dovecot.org/pipermail/dovecot/2019-October/117326.html
  7. Patch sent upstream: https://github.com/dovecot/core/pull/111
  8. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  9. ---
  10. src/lib-ssl-iostream/Makefile.am | 1 -
  11. 1 file changed, 1 deletion(-)
  12. diff --git a/src/lib-ssl-iostream/Makefile.am b/src/lib-ssl-iostream/Makefile.am
  13. index 94ead5cec..5aaea5d51 100644
  14. --- a/src/lib-ssl-iostream/Makefile.am
  15. +++ b/src/lib-ssl-iostream/Makefile.am
  16. @@ -46,7 +46,6 @@ test_libs = \
  17. ../lib/liblib.la
  18. test_iostream_ssl_SOURCES = test-iostream-ssl.c
  19. -test_iostream_ssl_LDFLAGS = -static
  20. test_iostream_ssl_LDADD = $(test_libs) $(SSL_LIBS) $(DLLIB)
  21. test_iostream_ssl_DEPENDENCIES = $(test_libs)
  22. --
  23. 2.20.1