On 15. Jul 2025, at 4.40, rmfuhrer--- via dovecot <dovecot@dovecot.org> wrote:
diff --git a/src/lib-var-expand-crypt/Makefile.am b/src/lib-var-expand-crypt/Makefile.am index 8f829bcc02..ff5b83f22c 100644 --- a/src/lib-var-expand-crypt/Makefile.am +++ b/src/lib-var-expand-crypt/Makefile.am @@ -9,6 +9,8 @@ AM_CPPFLAGS = \ var_expand_crypt_la_SOURCES = \ var-expand-crypt.c
+# rmfuhrer 07/14/2025: Trying to satisfy link-time references to binary_to_hex_append and friends... +var_expand_crypt_la_LIBADD = ../lib/liblib.la <http://liblib.la/> ../lib-dcrypt/libdcrypt.la <http://libdcrypt.la/> ../lib-var-expand/libvar_expand.la <http://libvar_expand.la/> ../lib-json/libjson.la <http://libjson.la/> var_expand_crypt_la_LDFLAGS = $(MODULE_LIBS) -avoid-version -module
pkginc_libdir=$(pkgincludedir) $
Here's a different fix: https://github.com/dovecot/core/commit/16c850b8d7fa781099315b6a7cc68e6fb5cde... On 15. Jul 2025, at 4.40, rmfuhrer--- via dovecot <dovecot@dovecot.org> wrote: diff --git a/src/lib-var-expand-crypt/Makefile.am b/src/lib-var-expand-crypt/Makefile.am index 8f829bcc02..ff5b83f22c 100644 --- a/src/lib-var-expand-crypt/Makefile.am +++ b/src/lib-var-expand-crypt/Makefile.am @@ -9,6 +9,8 @@ AM_CPPFLAGS = \ var_expand_crypt_la_SOURCES = \ var-expand-crypt.c +# rmfuhrer 07/14/2025: Trying to satisfy link-time references to binary_to_hex_append and friends... +var_expand_crypt_la_LIBADD = ../lib/[1]liblib.la ../lib-dcrypt/[2]libdcrypt.la ../lib-var-expand/[3]libvar_expand.la ../lib-json/[4]libjson.la var_expand_crypt_la_LDFLAGS = $(MODULE_LIBS) -avoid-version -module pkginc_libdir=$(pkgincludedir) $ Here's a different fix: [5]https://github.com/dovecot/core/commit/16c850b8d7fa781099315b6a7cc68e6fb5cde... References Visible links 1. http://liblib.la/ 2. http://libdcrypt.la/ 3. http://libvar_expand.la/ 4. http://libjson.la/ 5. https://github.com/dovecot/core/commit/16c850b8d7fa781099315b6a7cc68e6fb5cde...