<p>Hoernchen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/19347">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pkgconfig/osmocodec: link to libosmocore<br><br>find . -maxdepth 1 -iname "libosmo*so" | xargs -n1 -I\# sh -c "echo \#<br>&& nm \# | grep 'U talloc'"<br>tells us that all libs depend on talloc, but pkgconfig omits it for<br>codec and coding, which sometimes to linking issues with libtool and<br>lld.<br><br>Change-Id: I75a4d39a0c3d53fc4c311e25e933a22832616cea<br>---<br>M libosmocodec.pc.in<br>M libosmocoding.pc.in<br>2 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/47/19347/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/libosmocodec.pc.in b/libosmocodec.pc.in</span><br><span>index 3030230..9e058ef 100644</span><br><span>--- a/libosmocodec.pc.in</span><br><span>+++ b/libosmocodec.pc.in</span><br><span>@@ -6,6 +6,6 @@</span><br><span> Name: Osmocom Codec related utilities Library</span><br><span> Description: C Utility Library</span><br><span> Version: @VERSION@</span><br><span style="color: hsl(0, 100%, 40%);">-Libs: -L${libdir} -losmocodec</span><br><span style="color: hsl(0, 100%, 40%);">-Cflags: -I${includedir}/</span><br><span style="color: hsl(120, 100%, 40%);">+Libs: -L${libdir} @TALLOC_LIBS@ -losmocodec</span><br><span style="color: hsl(120, 100%, 40%);">+Cflags: -I${includedir}/ @TALLOC_CFLAGS@</span><br><span> </span><br><span>diff --git a/libosmocoding.pc.in b/libosmocoding.pc.in</span><br><span>index 580b170..d1d03c4 100644</span><br><span>--- a/libosmocoding.pc.in</span><br><span>+++ b/libosmocoding.pc.in</span><br><span>@@ -6,6 +6,6 @@</span><br><span> Name: Osmocom L1 transcoding Library</span><br><span> Description: C Utility Library</span><br><span> Version: @VERSION@</span><br><span style="color: hsl(0, 100%, 40%);">-Libs: -L${libdir} -losmocoding -losmocodec -losmogsm -losmocore</span><br><span style="color: hsl(0, 100%, 40%);">-Cflags: -I${includedir}/</span><br><span style="color: hsl(120, 100%, 40%);">+Libs: -L${libdir} @TALLOC_LIBS@ -losmocoding -losmocodec -losmogsm -losmocore</span><br><span style="color: hsl(120, 100%, 40%);">+Cflags: -I${includedir}/ @TALLOC_CFLAGS@</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/19347">change 19347</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/libosmocore/+/19347"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I75a4d39a0c3d53fc4c311e25e933a22832616cea </div>
<div style="display:none"> Gerrit-Change-Number: 19347 </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>