<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/22014">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Ensure netinet/sctp.h is present<br><br>we unconditionally depend on this header file, yet nothing<br>in configure.ac ensures its presence.  Building on a clean<br>Debian 10 with all existing dependencies installed passes<br>configure but fails at compilation time.<br><br>Change-Id: I0a4407ef6ee512ad5ea8775d90acfe1c4fa67cd0<br>---<br>M configure.ac<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/14/22014/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 692db57..c186855 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -31,6 +31,8 @@</span><br><span>   [AS_CASE(["${host_os}"],</span><br><span>      [*linux*],[archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'])])</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+AC_CHECK_HEADERS(netinet/sctp.h,,AC_MSG_ERROR(netinet/sctp.h not found))</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> dnl check for pkg-config (explained in detail in libosmocore/configure.ac)</span><br><span> AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)</span><br><span> if test "x$PKG_CONFIG_INSTALLED" = "xno"; then</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/22014">change 22014</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-iuh/+/22014"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: for-1.0 </div>
<div style="display:none"> Gerrit-Change-Id: I0a4407ef6ee512ad5ea8775d90acfe1c4fa67cd0 </div>
<div style="display:none"> Gerrit-Change-Number: 22014 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>