Am 25.12.2014 um 14:29 schrieb Tim Rühsen:
I attached a patch to skip pkg-config detection when --with...-prefix is given.
It works for me, but please also review and test.
I have now made several tests with this patch and everything works for
me as we wanted.
For the sake of completeness I had now also installed a separate gnutls
version. I had no problem with the wget patch as I happened to use a git
version from a week ago. ;-)
In both cases (openssl and gnutls) I see the same results:
configure without the prefix-option picks up the system libraries (via
pkg-config) and with prefix-option the separate libraries (and links
them with explicit full paths).
Regards, Jochen