libosmo-netif.git branch master updated. 0.0.6-7-g7aa5a93

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
Sat Dec 26 19:13:43 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 "Osmocom network interface library".

The branch, master has been updated
       via  7aa5a93e77fa10f40f4e4721745c764106ae188f (commit)
      from  2b03b8c07c1e816af6627547b34711135483c5a2 (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-netif/commit/?id=7aa5a93e77fa10f40f4e4721745c764106ae188f

commit 7aa5a93e77fa10f40f4e4721745c764106ae188f
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Dec 26 20:12:03 2015 +0100

    libsctp: Fix build and don't link everything to libsctp
    
    On some systems sctp_* is part of the standard libc, so do not
    use AC_CHECK_LIB but AC_SEARCH_LIBS to find the symbol we need.
    Both macros modify LIBS which means all applications will link
    again libsctp and this is not what we want. Undo the side-effect
    of LIBS and export LIBSCTP_LIBS which is already used in the
    Makefile.am.

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

Summary of changes:
 configure.ac | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Osmocom network interface library



More information about the osmocom-commitlog mailing list