[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_1_fixed-75-g7d52799

(spam-protected) (spam-protected)
Thu Aug 18 13:44:26 CEST 2011


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 "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_1_fixed-75-g7d52799
        for a web version of the last commit.

The branch, stable has been updated
       via  7d52799409fa48550dc203740eeb9247c9a93294 (commit)
      from  c96c84a5e69c2261d113376891ba5d43ae232673 (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 -----------------------------------------------------------------
commit 7d52799409fa48550dc203740eeb9247c9a93294
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 18 13:52:28 2011 +0200

    Linux: correctly set plugin library soname
    
    By convention, non-core libraries should start with the 'lib'
    prefix on Linux systems. Currently this is not the case for the
    olsrd plugin libraries.
    
    Since renaming the libraries would break all configurations,
    the soname of an olsrd plugin library is now correctly set
    with the 'lib' prefix so that an 'ldconfig -l <library>' will
    create the correct link.
    
    This patch fixes the issue for Linux only, other platforms
    are not touched since I don't have those platforms available.
    
    To completely fix the issue, PLUGIN_FULLNAME must be set as:
      PLUGIN_FULLNAME ?= lib$(PLUGIN_NAME).so.$(PLUGIN_VER)
    Doing this will rename all olsrd plugin libraries.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 Makefile.inc          |    2 +-
 make/Makefile.android |    1 +
 make/Makefile.fbsd    |    1 +
 make/Makefile.kfbsd   |    1 +
 make/Makefile.linux   |    1 +
 make/Makefile.nbsd    |    1 +
 make/Makefile.obsd    |    1 +
 make/Makefile.osx     |    1 +
 make/Makefile.win32   |    1 +
 9 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list