libosmocore.git branch master updated. 0.8.0-54-gc2ddc4f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Sep 16 16:11:29 UTC 2015


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  c2ddc4f5550e4081575fbcbaf37f6b3dafe7c05e (commit)
      from  d452a48ac66d8e99a562c91660f371270d9c6b21 (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=c2ddc4f5550e4081575fbcbaf37f6b3dafe7c05e

commit c2ddc4f5550e4081575fbcbaf37f6b3dafe7c05e
Author: Jan Engelhardt <jengelh at inai.de>
Date:   Wed Sep 16 14:32:31 2015 +0200

    build: have a disable-static build succeed
    
    When using configure --disable-static, no libosmogsm.a will be
    created, and the tests fail to link because symbols like _a5_3 and
    _a5_4 are not exported through the only remaining libosmogsm.so.
    
    A method to overcome this is an intermediate private non-distributed
    library, examples of which are present in e.g. libabc, kmod and
    systemd.
    
    With this, disable-static can now be the default and practical compile
    time be halved.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac        | 2 +-
 src/gsm/Makefile.am | 8 ++++++--
 tests/Makefile.am   | 6 ++----
 3 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list