<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21528">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libosmogb: Add missing LIBMNL_CFLAGS<br><br>In Change-Id I779556991bfc88b7751b2be17bb81c329cfb9e01 we introduced<br>the use of libmnl via osmo_mnl to libosmogb.  Howver, we didn't add<br>LIBMNL_CFLAGS in Makefile.am, which now (rightfully) fails on some<br>distributions like the SuSE family of distributions.<br><br>Let's fix this.<br><br>Change-Id: Ib8740e8fd677026efb9dad5d5fe6b95147fb3c23<br>---<br>M src/gb/Makefile.am<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am</span><br><span>index 41b6c6d..b140727 100644</span><br><span>--- a/src/gb/Makefile.am</span><br><span>+++ b/src/gb/Makefile.am</span><br><span>@@ -4,7 +4,10 @@</span><br><span> LIBVERSION=11:0:0</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include</span><br><span style="color: hsl(0, 100%, 40%);">-AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(TALLOC_CFLAGS)</span><br><span style="color: hsl(120, 100%, 40%);">+AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing \</span><br><span style="color: hsl(120, 100%, 40%);">+       $(TALLOC_CFLAGS) \</span><br><span style="color: hsl(120, 100%, 40%);">+            $(LIBMNL_CFLAGS) \</span><br><span style="color: hsl(120, 100%, 40%);">+            $(NULL)</span><br><span> </span><br><span> # FIXME: this should eventually go into a milenage/Makefile.am</span><br><span> noinst_HEADERS = common_vty.h gb_internal.h gprs_bssgp_internal.h gprs_ns2_internal.h</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21528">change 21528</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/libosmocore/+/21528"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib8740e8fd677026efb9dad5d5fe6b95147fb3c23 </div>
<div style="display:none"> Gerrit-Change-Number: 21528 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>