external system KLU library
The core part of the patch, i.e. the modification of configure.ac, is like the one I suggested so that solves the problem here.
Here I am using libfpx 1.3.1 with gcc-12.3.1
I have used this patch to solve the problem: --- ./configure.ac 2024-07-08 14:53:21.146133618 +0200 +++ ./configure.ac.new 2024-07-09 10:04:16.406572428 +0200 @@ -4204,7 +4204,7 @@ if test "$build_modules" != 'no' then MAGICK_DEP_LIBS='' - for token in $LCMS2_LIBS $FREETYPE_LIBS $LIB_GS $LIB_XEXT $LIB_IPC $LIB_X11 $LIB_BZLIB $ZLIB_LIBS $LIB_LTDL $LIB_TRIO $LIB_GDI32 $LIBS_USER $LIB_MATH $LIB_THREAD $LIB_TCMALLOC $LIB_UMEM $LIB_MTMALLOC + for token in $LCMS2_LIBS $FREETYPE_LIBS $LIB_GS $LIB_XEXT $LIB_IPC...
missing fpx library during linking
hardcoded ASDF cache path
Ok, I guess we can close this bug
which brach are you referring to? I don't see changes to man Makefile.am in master or pre-master