• Show log

    Commit

  • Hash : e4087860
    Author : Guillem Jover
    Date : 2023-02-12T23:55:09

    build: Fix version script linker support detection
    
    When the linker uses --no-undefined-version either specified by the user
    or as the default behavior (such as with newer clang >= 16 releases),
    a missing symbol definition will cause a linker error if that symbol is
    listed in the version script.
    
    Closes: #1
    

  • Properties

  • Git HTTP https://git.kmx.io/c3-lang/libmd.git
    Git SSH git@git.kmx.io:c3-lang/libmd.git
    Public access ? public
    Description

    This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.

    Users
    thodg thodg_m thodg_w thodg_l c3_lang_com
    Tags

  • README

  • libmd - Message Digest functions from BSD systems
    
    This library provides message digest functions found on BSD systems either
    on their libc or libmd libraries and lacking on others like GNU systems,
    thus making it easier to port projects with strong BSD origins, without
    needing to embed the same code over and over again on each project.
    
    
    Website
    -------
    
    The project website can be found at:
    
      <https://www.hadrons.org/software/libmd/>
    
    
    Releases
    --------
    
      <https://archive.hadrons.org/software/libmd/>
    
    
    Source Repository
    -----------------
    
      <https://git.hadrons.org/cgit/libmd.git>
    
    
    Mailing List
    ------------
    
    The subscription interface and web archives can be found at:
    
      <https://lists.freedesktop.org/mailman/listinfo/libbsd>
    
    The mail address is:
    
      libbsd@lists.freedesktop.org