This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-195-ge385178


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  e38517841d86cfcbdeab66d5921fbcc3cbc92a10 (commit)
      from  92dad52bd5d51d32fc171620736bdc0ba9b890c4 (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 e38517841d86cfcbdeab66d5921fbcc3cbc92a10
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Jul 25 11:42:54 2009 +0200

    Explicitly link with nss3 nspr4 and plc4 when used.
    
    GNU gold depends on all libraries providing symbols being explicitly
    linked in (PR 10238). And it is pedantically more correct indeed.
    
    * Makefile.am (stap_LD_ADD): Add -lnspr4 when HAVE_NSS.
      (staprun_LDADD): Likewise.
      (stap_client_connect_LDADD): Add -lnss3 -lnspr4 -lplc4 when BUILD_SERVER.
      (stap_server_connect_LDADD): Likewise.
    * Makefile.in: Regenerated.
    * aclocal.m4: Likewise.

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

Summary of changes:
 Makefile.am |    8 +-
 Makefile.in |  672 ++++++++++++++++++++++++++++++++---------------------------
 aclocal.m4  |  319 ++++++++++++++++++-----------
 3 files changed, 576 insertions(+), 423 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]