[gnutls-devel] GnuTLS | Service Desk (from noloader at gmail.com): GnuTLS cannot find Nettle 3.4 (#526)
GitLab Support Bot
gitlab at mg.gitlab.com
Mon Jul 23 13:53:07 CEST 2018
Thanks Tim.
That's the thing, PKG_CONFIG_PATH is set to
/usr/local/lib/64/pkgconfig. It seems the configure test is not using
it.
This should confirm it. I added the following to my build script:
echo "**********************************"
echo "PKG_CONFIG_PATH: ${BUILD_PKGCONFIG[*]}"
echo "**********************************"
Then configure is executed:
PKG_CONFIG_PATH="${BUILD_PKGCONFIG[*]}" \
CPPFLAGS="${BUILD_CPPFLAGS[*]}" \
CFLAGS="${BUILD_CFLAGS[*]}" \
CXXFLAGS="${BUILD_CXXFLAGS[*]}" \
LDFLAGS="${BUILD_LDFLAGS[*]}" \
LIBS="-lhogweed -lnettle -lgmp ${BUILD_LIBS[*]}" \
./configure ...
I see:
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/526#note_89701802
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180723/5e2dba26/attachment-0001.html>
More information about the Gnutls-devel
mailing list