public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nscd/798] New: nscd Makefile minor problem
@ 2005-03-23  5:48 gschafer at zip dot com dot au
  2005-03-23  5:49 ` [Bug nscd/798] " gschafer at zip dot com dot au
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gschafer at zip dot com dot au @ 2005-03-23  5:48 UTC (permalink / raw)
  To: glibc-bugs

There is a small problem in the nscd/Makefile which is triggered in the
following circumstances:

 * build host is a FC3 system (with libselinux-devel installed)
 * Glibc is configured with `--with-headers=/somewhere-non-standard'

For reference, here is a relevant snippet of configure output:

checking for is_selinux_enabled in -lselinux... yes
checking for NSCD Flask permissions in selinux/av_permissions.h... yes

In these circumstances the build of nscd fails with the following:

nscd_stat.c:34:30: selinux/selinux.h: No such file or directory
nscd_stat.c:35:26: selinux/avc.h: No such file or directory

The cause is due to the Makefile variable $sysincludes which prevents
/usr/include from being searched.

A similar fix went in for malloc/memusagestat with the following ChangeLog:

2002-09-17  Roland McGrath  <roland@redhat.com>

        * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
        file-specific variable override so it compiles properly when using
        --with-headers.

A similar approach fixes the problem in the nscd/Makefile. I'll attach a patch
that makes it work for me.

Thanks

-- 
           Summary: nscd Makefile minor problem
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
        AssignedTo: drepper at redhat dot com
        ReportedBy: gschafer at zip dot com dot au
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=798

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-20 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23  5:48 [Bug nscd/798] New: nscd Makefile minor problem gschafer at zip dot com dot au
2005-03-23  5:49 ` [Bug nscd/798] " gschafer at zip dot com dot au
2005-04-29  2:09 ` drepper at redhat dot com
2005-07-17  5:36 ` gschafer at zip dot com dot au
2005-07-17  5:38 ` gschafer at zip dot com dot au
2005-07-20 18:10 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).