]> git.ipfire.org Git - thirdparty/glibc.git/commit
crypt: Use NSPR header files in addition to NSS header files [BZ #17956]
authorGuido Trentalancia <guido@trentalancia.net>
Sat, 18 Nov 2017 18:26:57 +0000 (19:26 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 18 Nov 2017 18:26:57 +0000 (19:26 +0100)
commit82b166320262b105136eef99da7552474d5a046f
tree42aaddcb353a66d1096cf57862433141fa1e5204
parenta546080d517c8833ce1d6abdb86a9293c8d29bae
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).

(cherry picked from commit 57b4af1955e28c1623c98397b8597847d16bdd8c)
ChangeLog
NEWS
configure
configure.ac
crypt/Makefile
scripts/check-local-headers.sh