mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-18 11:20:44 +00:00
39066bd0ac
If one tries to build policycoreutils it won't work because of: seunshare.c: In function ‘main’: seunshare.c:242:21: error: ‘CLONE_NEWNS’ undeclared (first use in this function) seunshare.c:242:21: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [seunshare.o] Error 1 Moving the #define _GNU_SOURCE earlier in the file means it is set when sched.h is includes via some of dependancy chain. Thus it can build. Signed-off-by: Eric Paris <eparis@redhat.com> |
||
---|---|---|
checkpolicy | ||
libselinux | ||
libsemanage | ||
libsepol | ||
policycoreutils | ||
scripts | ||
sepolgen | ||
.gitignore | ||
Makefile |