xcompmgr: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 00:36:39 UTC 2024


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 56da505d9c464fb2fb139c28c40d0001f240cf24
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 16 11:42:52 2024 -0800

    configure: Add AC_USE_SYSTEM_EXTENSIONS & require autoconf 2.70
    
    AC_USE_SYSTEM_EXTENSIONS is needed on some systems to expose
    the reallocarray() prototype in stdlib.h.
    
    A minimum of autoconf 2.70 is needed for builds on NetBSD to work
    correctly, since it depends on AC_USE_SYSTEM_EXTENSIONS defining
    _OPENBSD_SOURCE to expose the prototype for reallocarray() in stdlib.h
    
    Closes: #5
    Fixes: fb596ae ("Use reallocarray() if it is available")
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xcompmgr/-/merge_requests/8>



More information about the xorg-commit mailing list