This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 (commit)
from 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=da1ca89bcb4c27b03bd04bbc0e5…
commit da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Nov 3 13:03:29 2016 +0000
Revert "Fix the .pc files so the -l arg matches the installed libraries"
This reverts commit ed9e76e46e530faf2560fc875ecbe83faff8d809.
The libraries in src/ do not have 'osmo' in their name, hence
neither in $prefix/lib. This patch caused linking failure.
Reproduce: do not have libosmo-sccp installed in the system
and make sure no older pkg-config pc files are around.
Build all dependencies with an arbitrary --prefix
passed to configure scripts. Point PKG_CONFIG_PATH (and
optionally LD_LIBRARY_PATH) to this prefix. Finally, build
openbsc using the same --prefix: even though libosmo-sccp
has been installed, it complains:
CCLD osmo-bsc_nat
/usr/bin/ld: cannot find -losmo-sccp
collect2: error: ld returned 1 exit status
Makefile:447: recipe for target 'osmo-bsc_nat' failed
Change-Id: I1a113604b2f037b897954fe8d370291d3c1e2a0a
-----------------------------------------------------------------------
Summary of changes:
libosmo-mtp.pc.in | 2 +-
libosmo-sccp.pc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SCCP Library