<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcap/+/26534">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Revert "configure.ac: don't depend on libosmogb."<br><br>gprs header files from libosmogb are needed for osmo-pcap. This was the<br>reason why it was added as dependency to configure.ac in<br>I9a8fa03cef1efc9fdaea65ee63ca9b3379993989.<br><br> $ git grep "osmocom/gprs"<br> src/osmo_client_core.c:#include <osmocom/gprs/gprs_bssgp.h><br> src/osmo_client_core.c:#include <osmocom/gprs/protocol/gsm_08_16.h><br> src/osmo_client_core.c:#include <osmocom/gprs/protocol/gsm_08_18.h><br><br>The package is only still building for debian, because in debian<br>libosmocore is not split up, and for centos, because the rpm spec file<br>still lists the dependency.<br><br>This reverts commit 2c2eadcadf59ac42a02339f554c5daa48ee4f9fd.<br><br>Change-Id: Ic358956521230a2f6525533779c27417b2e86833<br>---<br>M configure.ac<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/34/26534/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 06c9dc2..fa9a3c8 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -158,6 +158,8 @@</span><br><span> </span><br><span> dnl checks for libraries</span><br><span> PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)</span><br><span style="color: hsl(120, 100%, 40%);">+# libosmogb: needed for osmocom/gprs includes</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0)</span><br><span> PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)</span><br><span> PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)</span><br><span> PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcap/+/26534">change 26534</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-pcap/+/26534"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: osmo-pcap </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic358956521230a2f6525533779c27417b2e86833 </div>
<div style="display:none"> Gerrit-Change-Number: 26534 </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-MessageType: newchange </div>