<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/14012">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/.../Makefile.am avoid redundant linkage with librt<br><br>The librt is required for old glibc < 2.17 to get clock_gettime().<br>Since we do check the availability of this function libosmocore<br>and conditionally link it against librt, there is no need to do<br>such unconditional and redundant linkage here.<br><br>Change-Id: If587d16d2db677b97e3a0641027eb735af9c9c30<br>---<br>M tests/msc_vlr/Makefile.am<br>M tests/sms_queue/Makefile.am<br>2 files changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am</span><br><span>index 29c5fb1..f9a9224 100644</span><br><span>--- a/tests/msc_vlr/Makefile.am</span><br><span>+++ b/tests/msc_vlr/Makefile.am</span><br><span>@@ -42,7 +42,6 @@</span><br><span>         $(LIBOSMOGSUPCLIENT_LIBS) \</span><br><span>  $(LIBRARY_GSM) \</span><br><span>     -ldbi \</span><br><span style="color: hsl(0, 100%, 40%);">- -lrt \</span><br><span>       $(NULL)</span><br><span> </span><br><span> noinst_HEADERS = \</span><br><span>diff --git a/tests/sms_queue/Makefile.am b/tests/sms_queue/Makefile.am</span><br><span>index 81e017b..80189c7 100644</span><br><span>--- a/tests/sms_queue/Makefile.am</span><br><span>+++ b/tests/sms_queue/Makefile.am</span><br><span>@@ -45,7 +45,6 @@</span><br><span>       $(LIBOSMOGSUPCLIENT_LIBS) \</span><br><span>  $(LIBRARY_GSM) \</span><br><span>     -ldbi \</span><br><span style="color: hsl(0, 100%, 40%);">- -lrt \</span><br><span>       $(NULL)</span><br><span> </span><br><span> sms_queue_test_LDFLAGS = \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14012">change 14012</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/14012"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: If587d16d2db677b97e3a0641027eb735af9c9c30 </div>
<div style="display:none"> Gerrit-Change-Number: 14012 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>