diff options
author | Guido Trentalancia <guido@trentalancia.net> | 2017-10-04 15:02:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-04 15:02:35 +0200 |
commit | 57b4af1955e28c1623c98397b8597847d16bdd8c (patch) | |
tree | d98771f87977a7f297d4947cc8d0cdbc03bcd9be /ChangeLog | |
parent | 64d1e08ea822bf47cb2796ad0f727136227f983c (diff) | |
download | glibc-57b4af1955e28c1623c98397b8597847d16bdd8c.zip glibc-57b4af1955e28c1623c98397b8597847d16bdd8c.tar.gz glibc-57b4af1955e28c1623c98397b8597847d16bdd8c.tar.bz2 |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2017-10-04 Guido Trentalancia <guido@trentalancia.net> + + [BZ #17956] + * configure.ac (--enable-nss-crypt): Use NSPR include directory. + * configure: Regenerate. + * crypt/Makefile (nss-cpp-flags): New variable. + (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c) + (CPPFLAGS-md5-crypt.c): Use it. + * scripts/check-local-headers.sh: Ignore nspr header file + directory. + 2017-10-04 Andreas Schwab <schwab@suse.de> * nis/Makefile (services): Remove compat. |