]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-ssl-iostream: Don't link unit test with -static
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 3 Dec 2019 22:45:34 +0000 (00:45 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 9 Jan 2020 13:22:15 +0000 (13:22 +0000)
It's not useful and it breaks in some systems.

src/lib-ssl-iostream/Makefile.am

index 94ead5cec8205705de5d7afe5eea6d0c67b2c003..5aaea5d51fdaf9254da670b59fc2821f4e86054f 100644 (file)
@@ -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)