This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14253] New: Glibc does not build with SELinux support


http://sourceware.org/bugzilla/show_bug.cgi?id=14253

             Bug #: 14253
           Summary: Glibc does not build with SELinux support
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: lailavrazda1979@gmail.com
                CC: carlos@systemhalted.org
    Classification: Unclassified


The nss folder doesn't build when SELinux support is enabled because it needs
to link with libsepol and doesn't. I have no idea how this could be overlooked,
but... have a fix:

sed -i 's/-lselinux/& -lsepol/' nss/Makefile

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]