From bb6b07ee605799ae941a1135d63b4b7329e4faaa Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 7 Mar 2025 11:22:14 +0200 Subject: [PATCH] lib-auth: Don't link libauth.la to libauth-crypt.la This causes duplicate linking, because libauth.la is already in libdovecot.so. Broken by 24d967dfe76818821050f2da531ae1404238cbdf --- src/lib-auth/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib-auth/Makefile.am b/src/lib-auth/Makefile.am index ad48598e9d..a4b1a7a436 100644 --- a/src/lib-auth/Makefile.am +++ b/src/lib-auth/Makefile.am @@ -23,7 +23,6 @@ libauth_crypt_la_SOURCES = \ password-scheme-sodium.c libauth_crypt_la_LIBADD = \ - libauth.la \ $(LIBSODIUM_LIBS) \ $(CRYPT_LIBS) -- 2.47.3