[gnutls-devel] GnuTLS | gl/inet_pton.c missing in 3.6.7 release tarball (#745)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Apr 1 14:45:12 CEST 2019
I did now what Tim said:
`sed -i 's|libgnutls_extras.la|& ../gl/libgnu.la|' lib/Makefile.am`
`rm -f configure`
`do_autoreconf`
and that compiles but resulting lib still has:
`$ nm libgnutls.a | grep pton`
` U rpl_inet_pton`
` U rpl_inet_pton`
`me at host /trunk/local64/lib`
while it should have (a working compile from git):
`$ nm libgnutls.a | grep pton`
`inet_pton.o:`
` U __imp_inet_pton`
`0000000000000000 T rpl_inet_pton`
` U rpl_inet_pton`
` U rpl_inet_pton`
`me at host /trunk/local64/lib`
Attaching log from gnutls compile.[config_gnutls_tim.log.gz](/uploads/0651ad85b941964e4eb123da41b45e7e/config_gnutls_tim.log.gz)
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/745#note_156049932
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/20190401/d3e95f77/attachment.html>
More information about the Gnutls-devel
mailing list