This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/17956] Build fails on missing definitions from header file nss/nss.h when Mozilla NSS is used for cryptography


https://sourceware.org/bugzilla/show_bug.cgi?id=17956

--- Comment #25 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 "GNU C Library master sources".

The branch, master has been updated
       via  57b4af1955e28c1623c98397b8597847d16bdd8c (commit)
      from  64d1e08ea822bf47cb2796ad0f727136227f983c (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57b4af1955e28c1623c98397b8597847d16bdd8c

commit 57b4af1955e28c1623c98397b8597847d16bdd8c
Author: Guido Trentalancia <guido@trentalancia.net>
Date:   Wed Oct 4 15:02:35 2017 +0200

    crypt: Use NSPR header files in addition to NSS header files [BZ #17956]

    When configuring and building GNU libc using the Mozilla NSS library
    for cryptography (--enable-nss-crypt option), also include the
    NSPR header files along with the Mozilla NSS library header files.

    Finally, when running the check-local-headers test, ignore the
    Mozilla NSPR library header files (used by the Mozilla NSS library).

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

Summary of changes:
 ChangeLog                      |   11 +++++++++++
 configure                      |    6 +++++-
 configure.ac                   |    6 +++++-
 crypt/Makefile                 |    8 +++++---
 scripts/check-local-headers.sh |    2 +-
 5 files changed, 27 insertions(+), 6 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]