libXfont: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 10 17:48:30 UTC 2022


 configure.ac       |   21 ++++++++++++---------
 src/util/replace.h |    6 ------
 2 files changed, 12 insertions(+), 15 deletions(-)

New commits:
commit 644bea5c481365343e709d0f2ddbc553a6d8fc30
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 5 09:16:14 2022 -0700

    Only link with libbsd if needed for reallocarray() or strlcat()
    
    Avoid unnecessary library dependency when using a libc with these
    functions included
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f476c0a09c0d0dd22d22f447cae9fa02eb560506
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 6 00:38:36 2022 +0000

    Switch from libbsd to libbsd-overlay
    
    This is the preferred usage form for libbsd, as it makes the code more
    portable and requires no special includes for libbsd, by transparently
    injects the needed standard headers that would be used on a BSD.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>



More information about the xorg-commit mailing list