[Bug libc/21088] New: Build fails with --enable-static-nss
stilor at att dot net
sourceware-bugzilla@sourceware.org
Wed Jan 25 20:19:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21088
Bug ID: 21088
Summary: Build fails with --enable-static-nss
Product: glibc
Version: 2.24
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libc
Assignee: unassigned at sourceware dot org
Reporter: stilor at att dot net
CC: drepper.fsp at gmail dot com
Target Milestone: ---
A build failure was reported in Crosstool-NG when glibc is configured with
--enable-static-nss: https://github.com/crosstool-ng/crosstool-ng/issues/555
The problem is with is_nscd/nscd_init_cb - with static NSS, they are defined
but not used. The definitions in question are protected by '#ifdef USE_NSCD'
while all their uses are inside '#ifdef USE_NSCD' blocks which are themselves
nested inside a '#ifdef SHARED' or '#if !defined DO_STATIC_NSS || defined
SHARED' block.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list