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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via a10ef29b47123a60755b59befca9b2d45f3e29fa (commit)
from b32a19467ffde540b059bf166a378decf07701b8 (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/libosmocore/commit/?id=a10ef29b47123a60755b59befca9…
commit a10ef29b47123a60755b59befca9b2d45f3e29fa
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 21 00:41:43 2015 +0100
use system-wide libtalloc with --enable-system-talloc
This introduces a new configure flag by which the libosmocore-internal
talloc code is not compiled, but rather a system-wide libtalloc is used.
When we started openbsc/libosmocore in 2008, libtalloc was not widely
present on systems yet. This has changed meanwhile, and we should
simply use the system-wide library
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 45 +++++++++++++++++++++-
include/Makefile.am | 15 +++++++-
.../osmocom/core/{talloc.h => talloc-internal.h} | 0
libosmocore.pc.in | 2 +-
4 files changed, 59 insertions(+), 3 deletions(-)
rename include/osmocom/core/{talloc.h => talloc-internal.h} (100%)
hooks/post-receive
--
An utility library for Open Source Mobile Communications