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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7bb383a45c7684b7df078edc2bdadd473b52365c (commit)
from 6d8e5198ad17e70f27010dbf7c86d25477de90e1 (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/openbsc/commit/?id=7bb383a45c7684b7df078edc2bdadd47…
commit 7bb383a45c7684b7df078edc2bdadd473b52365c
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 2 12:59:15 2017 +0200
Make pcap dependency optional
Previously we required pcap.h unconditionally which causes embedded
build failure because it's not included in current version of out poky
toolchain. We can add it to toolchain but it's only necessary for
utils/osmo-meas-pcap2db which is not built for sysmobts anyway so it's
easier to just make this dependency optional and build osmo-meas-pcap2db
only if it's available - similar to the way we build osmo-meas-udp2db.
Related: SYS#3610
Change-Id: I77a5f7eafe0282abedacffad6a9bcb0a8f2b5caa
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 5 ++++-
openbsc/src/utils/Makefile.am | 6 +++++-
2 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)