This is the mail archive of the libc-alpha@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]

SELinux build issue


I reported bug #14253 and was asked to see if anyone is building and testing with SELinux. The nss folder needs to link with libsepol and doesn't; the following sed fixes the issue:

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


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