Hello.
audit, postgres, and curl support all break static build despite the fact that all necessary static libs are there. It seems configure checks script doesn't handle these well with static enabled.
Please fix.
This is a known issue and is caused by upstream decisions to drop support for static linking. For libcurl in Debian you can see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495163 for more details.
What distribution are you using?
Gentoo amd64
As said some libraries have dropped static library support (you can use --disable-static to disable static linking). Hence i close this bug.
--disable-static
Log in to post a comment.
This is a known issue and is caused by upstream decisions to drop support for static linking.
For libcurl in Debian you can see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495163 for more details.
What distribution are you using?
Gentoo amd64
As said some libraries have dropped static library support (you can use
--disable-staticto disable static linking). Hence i close this bug.