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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for arch armv7l<br><br>Without this patch, building on an RPI4 ends up with<br>BOOST_LDFLAGS=-L/usr/lib while libs are actually under<br>/usr/lib/arm-linux-gnueabihf, and configure will later file during<br>AX_BOOST_THREAD macro.<br><br>Change-Id: I7a6b2dca5ced6a6a5232fe78b071dfafdda0b0f3<br>---<br>M m4/ax_boost_base.m4<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/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4</span><br><span>index 16fa69b..7b8190a 100644</span><br><span>--- a/m4/ax_boost_base.m4</span><br><span>+++ b/m4/ax_boost_base.m4</span><br><span>@@ -123,6 +123,7 @@</span><br><span>     dnl are almost assuredly the ones desired.</span><br><span>     AS_CASE([${host_cpu}],</span><br><span>       [i?86],[multiarch_libsubdir="lib/i386-${host_os}"],</span><br><span style="color: hsl(120, 100%, 40%);">+      [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],</span><br><span>       [multiarch_libsubdir="lib/${host_cpu}-${host_os}"]</span><br><span>     )</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libusrp/+/17225">change 17225</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/libusrp/+/17225"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libusrp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7a6b2dca5ced6a6a5232fe78b071dfafdda0b0f3 </div>
<div style="display:none"> Gerrit-Change-Number: 17225 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </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>