]> sourceware.org Git - glibc.git/commit
Fix testing with nss-crypt.
authorCarlos O'Donell <carlos@redhat.com>
Wed, 13 Dec 2017 02:32:42 +0000 (18:32 -0800)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 13 Dec 2017 02:34:33 +0000 (18:34 -0800)
commit243b63337c2c02f30ec3a988ecc44bc0f6ffa0ad
tree2345d84c4ea17a4c6f297bf23bc6c0c7acb7a847
parent6f7c009282a5f7129e359c9ba8556e7e3ac229ec
Fix testing with nss-crypt.

A glibc master build with --enable-nss-crypt using the NSS
crypto libraries fails during make check with the following error:

<command-line>:0:0: error: "USE_CRYPT" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous
definition

This is caused by commit 36975e8e7ea227f7006abdc722ecfefe2079429b
by H.J. Lu which replaces all = with +=. The fix is to undefine
USE_CRYPT before defining it to zero.

Committed as an obvious fix. Fixes the build issue on x86_64 with
no regressions.

Signed-off-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
elf/Makefile
This page took 0.045198 seconds and 5 git commands to generate.