<p>Hoernchen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/17787">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests: dlopen does not imply availability of dlsym..<br><br>Check for both.<br><br>Change-Id: If41a20bf499f791432f5f207e40688e97fb6e9f7<br>---<br>M configure.ac<br>M tests/gbproxy/Makefile.am<br>2 files changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/87/17787/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 644a0bd..6aab8d7 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -38,6 +38,9 @@</span><br><span> AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""])</span><br><span> AC_SUBST(LIBRARY_DL)</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""])</span><br><span style="color: hsl(120, 100%, 40%);">+AC_SUBST(LIBRARY_DLSYM)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> </span><br><span> PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.2.0)</span><br><span> PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.2.0)</span><br><span>diff --git a/tests/gbproxy/Makefile.am b/tests/gbproxy/Makefile.am</span><br><span>index cb245b4..b9585ac 100644</span><br><span>--- a/tests/gbproxy/Makefile.am</span><br><span>+++ b/tests/gbproxy/Makefile.am</span><br><span>@@ -46,5 +46,6 @@</span><br><span>      $(LIBOSMOVTY_LIBS) \</span><br><span>         $(LIBOSMOABIS_LIBS) \</span><br><span>        $(LIBRARY_DL) \</span><br><span style="color: hsl(120, 100%, 40%);">+       $(LIBRARY_DLSYM) \</span><br><span>   -lrt \</span><br><span>       $(NULL)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/17787">change 17787</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-sgsn/+/17787"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If41a20bf499f791432f5f207e40688e97fb6e9f7 </div>
<div style="display:none"> Gerrit-Change-Number: 17787 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>