<p>osmith <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13451">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  osmith: Verified
  Pau Espin Pedrol: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bsc/Makefile.am: use LIBOSMOLEGACYMGCP_CFLAGS<br><br>Fix the following compile error, when libosmo-legacy-mgcp is installed,<br>but into a different prefix than the other libosmo* libraries:<br><br>In file included from osmo_bsc_msc.c:23:0:<br>../../include/osmocom/bsc/bsc_nat.h:24:38: fatal error: osmocom/legacy_mgcp/mgcp.h: No such file or directory<br> #include <osmocom/legacy_mgcp/mgcp.h><br><br>This is needed for a new CI job, which builds old Osmocom releases<br>against current master of all Osmocom libraries. libosmo-legacy-mgcp is<br>provided by osmo-mgw 1.4.0 and was removed in later versions, so we<br>want to have the 1.4.0 version installed into a fallback directory only.<br><br>Related: OS#3867<br>Change-Id: Ibd7948f12da710f8ca2b8fde8870f134308eb908<br>---<br>M src/osmo-bsc/Makefile.am<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am</span><br><span>index cc96743..a04b6f2 100644</span><br><span>--- a/src/osmo-bsc/Makefile.am</span><br><span>+++ b/src/osmo-bsc/Makefile.am</span><br><span>@@ -15,6 +15,7 @@</span><br><span>  $(LIBOSMOABIS_CFLAGS) \</span><br><span>      $(LIBOSMOSIGTRAN_CFLAGS) \</span><br><span>   $(LIBOSMOMGCPCLIENT_CFLAGS) \</span><br><span style="color: hsl(120, 100%, 40%);">+ $(LIBOSMOLEGACYMGCP_CFLAGS) \</span><br><span>        $(NULL)</span><br><span> </span><br><span> AM_LDFLAGS = \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13451">change 13451</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/13451"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: osmith/release-1.2.2 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ibd7948f12da710f8ca2b8fde8870f134308eb908 </div>
<div style="display:none"> Gerrit-Change-Number: 13451 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>