commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-187-g670a1ff


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-187-g670a1ff
Date: Sun, 1 Sep 2019 12:19:08 -0400 (EDT)

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 "Hurd".

The branch, master has been updated
       via  670a1ff8f97962efd6b27436b50fc51b62683c25 (commit)
      from  1186cf1d97d62105aa0f63cd3fce49f124e4e4c4 (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 670a1ff8f97962efd6b27436b50fc51b62683c25
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 1 17:25:49 2019 +0200

    Fix password checking with as-needed linking
    
    Newer gcc toolchains tend to enable as-needed by default, so runtime
    detection of libcrypt will fail.  We can just explicitly link against
    libcrypt anyway.
    
    * configure.ac: Check for `crypt()' in libcrypt.
    * config.make.in: Substitute HAVE_LIBCRYPT.
    * libshouldbeinlibc/idvec-verify.c: Include <crypt.h> only when libcrypt
    is available.  Replace weak reference with explicit call and fallback
    macro.
    * utils/x.c: Likewise.
    * libshouldbeinlibc/Makefile (LDLIBS): Add -lcrypt when libcrypt is
    available.

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

Summary of changes:
 config.make.in                   |  3 +++
 configure.ac                     |  5 +++++
 libshouldbeinlibc/Makefile       |  2 ++
 libshouldbeinlibc/idvec-verify.c | 15 +++++++--------
 utils/x.c                        |  7 ++++++-
 5 files changed, 23 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]