<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13222">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Add flag to enable/disable build of ipaccess related utils<br><br>Change-Id: Iff70dc46c77b2ac58351ad9a91caf3f524c6fd89<br>---<br>M configure.ac<br>M src/Makefile.am<br>2 files changed, 9 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/22/13222/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 eafe4d6..cdee90c 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -38,6 +38,11 @@</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%);">+# Enable/disable ipaccess-utils (src/ipacces/)?</span><br><span style="color: hsl(120, 100%, 40%);">+AC_ARG_ENABLE([ipaccess-utils], [AS_HELP_STRING([--enable-ipaccess-utils], [Build ipaccess utils: abisip-find, ipaccess-config, ...])],</span><br><span style="color: hsl(120, 100%, 40%);">+    [osmo_ac_ipa_utils="$enableval"],[osmo_ac_ipa_utils="yes"])</span><br><span style="color: hsl(120, 100%, 40%);">+AM_CONDITIONAL(BUILD_IPA_UTILS, test "x$osmo_ac_ipa_utils" = "xyes")</span><br><span style="color: hsl(120, 100%, 40%);">+AC_SUBST(osmo_ac_ipa_utils)</span><br><span> </span><br><span> PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0)</span><br><span> PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0)</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index 6c63eea..62ae4dd 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -23,5 +23,8 @@</span><br><span>  libfilter \</span><br><span>  osmo-bsc \</span><br><span>   utils \</span><br><span style="color: hsl(0, 100%, 40%);">- ipaccess \</span><br><span>   $(NULL)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+if BUILD_IPA_UTILS</span><br><span style="color: hsl(120, 100%, 40%);">+SUBDIRS += ipaccess</span><br><span style="color: hsl(120, 100%, 40%);">+endif</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13222">change 13222</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/13222"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iff70dc46c77b2ac58351ad9a91caf3f524c6fd89 </div>
<div style="display:none"> Gerrit-Change-Number: 13222 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>