[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:58 CEST 2019




Please ignore the `libgnu_gpl.la` workaround, it only works for static builds and was me being confused with the different gnulib sub-directories. I don't have the logs at hand, but I'm cross-compiling with mingw and a simple test program is enough to trigger the issue:
```c
#include <gnutls/gnutls.h>

int main(int argc, char *argv[])
{
    (void)argc;
    (void)argv;

    gnutls_global_init ();

    gnutls_global_deinit ();

    return 0;
}
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/745#note_156050566
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/9f58712f/attachment-0001.html>


More information about the Gnutls-devel mailing list