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 "Rasqal RDF Query Library".

The branch, master has been updated
       via  ef25b93214b0a02a36ed180a20874c4a365578ee (commit)
      from  4b0e3ba91cada896901bf90441d400248cdb81a3 (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 ef25b93214b0a02a36ed180a20874c4a365578ee
Author: Dave Beckett <[email protected]>
Date:   Sun Feb 14 10:24:10 2010 -0800

    Add -lraptor to internal linking of utility and example programs.
    
    Added -lraptor to linking roqet, srxread and srxwrite so that on
    systems where indirect library symbols (here in libraptor) are not
    automatically found by looking up the base library (here librasqal),
    the programs work.  This should not affect user programs that link
    with rasqal since they use
      pkg-config rasqal --libs
    or
      rasqal-config --libs
    both of which add -lraptor.
    
    See also
       Fedora bug 564885 for rasqal
       https://bugzilla.redhat.com/show_bug.cgi?id=564885
    and
       http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
       https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
    
    Fixes Issue#0000347
    http://bugs.librdf.org/mantis/view.php?id=347

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

Summary of changes:
 utils/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Rasqal RDF Query Library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to