changeset 21484:e8a8a68e23cb

lib-dcrypt: Remove unnecessary -shared link flag Not sure if this is harmful, but since no other plugin uses this it's not needed either.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Feb 2017 20:24:41 +0200
parents 7b0b2790d988
children 4b800f12d757
files src/lib-dcrypt/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-dcrypt/Makefile.am	Sun Feb 05 20:22:27 2017 +0200
+++ b/src/lib-dcrypt/Makefile.am	Sun Feb 05 20:24:41 2017 +0200
@@ -22,7 +22,7 @@
 if BUILD_DCRYPT_OPENSSL
 pkglib_LTLIBRARIES += libdcrypt_openssl.la
 libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c
-libdcrypt_openssl_la_LDFLAGS = -module -avoid-version -shared ../lib-ssl-iostream/libdovecot_openssl_common.la
+libdcrypt_openssl_la_LDFLAGS = -module -avoid-version ../lib-ssl-iostream/libdovecot_openssl_common.la
 libdcrypt_openssl_la_LIBADD = $(SSL_LIBS)
 libdcrypt_openssl_la_DEPENDENCIES = ../lib-ssl-iostream/libdovecot_openssl_common.la
 libdcrypt_openssl_la_CFLAGS = $(AM_CPPFLAGS) \