<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<div style="">
<p dir="auto">I did now what Tim said:</p>
<p dir="auto"><code>sed -i 's|libgnutls_extras.la|& ../gl/libgnu.la|' lib/Makefile.am</code></p>
<p dir="auto"><code>rm -f configure</code></p>
<p dir="auto"><code>do_autoreconf</code></p>
<p dir="auto">and that compiles but resulting lib still has:</p>
<p dir="auto"><code>$ nm libgnutls.a | grep pton</code></p>
<p dir="auto"><code>U rpl_inet_pton</code></p>
<p dir="auto"><code>U rpl_inet_pton</code></p>
<p dir="auto"><code>me@host /trunk/local64/lib</code></p>
<p dir="auto">while it should have (a working compile from git):</p>
<p dir="auto"><code>$ nm libgnutls.a | grep pton</code></p>
<p dir="auto"><code>inet_pton.o:</code></p>
<p dir="auto"><code>U __imp_inet_pton</code></p>
<p dir="auto"><code>0000000000000000 T rpl_inet_pton</code></p>
<p dir="auto"><code>U rpl_inet_pton</code></p>
<p dir="auto"><code>U rpl_inet_pton</code></p>
<p dir="auto"><code>me@host /trunk/local64/lib</code></p>
<p dir="auto">Attaching log from gnutls compile.<a href="https://gitlab.com/gnutls/gnutls/uploads/0651ad85b941964e4eb123da41b45e7e/config_gnutls_tim.log.gz">config_gnutls_tim.log.gz</a></p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/745#note_156049932">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/9a864192b2565003b848a03a84b16d5a/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/745#note_156049932"}}</script>

</p>
</div>
</body>
</html>