[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
Sun Mar 31 13:34:51 CEST 2019
I'm seeing something very similar, though the error is `undefined reference to inet_pton`. It seems to exist in the `src/gl` directory, so doing something like:
```diff
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1111111..2222222 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -138,6 +138,7 @@ libgnutls_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(COMMON_LINK_FLAGS)
libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
+ ../src/gl/libgnu_gpl.la \
ext/libgnutls_ext.la \
auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
extras/libgnutls_extras.la
```
and `autoreconf` is a workaround.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/745#note_155794020
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/20190331/a4eb0c3d/attachment.html>
More information about the Gnutls-devel
mailing list