]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth: Don't link libauth.la to libauth-crypt.la
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 7 Mar 2025 09:22:14 +0000 (11:22 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Sat, 8 Mar 2025 06:55:23 +0000 (06:55 +0000)
This causes duplicate linking, because libauth.la is already in
libdovecot.so.

Broken by 24d967dfe76818821050f2da531ae1404238cbdf

src/lib-auth/Makefile.am

index ad48598e9db44f441accbc4bc1ea751f4f8358d4..a4b1a7a436b1fdd1af0f9bece71c2fc59d19c310 100644 (file)
@@ -23,7 +23,6 @@ libauth_crypt_la_SOURCES = \
        password-scheme-sodium.c
 
 libauth_crypt_la_LIBADD = \
-       libauth.la \
        $(LIBSODIUM_LIBS) \
        $(CRYPT_LIBS)