Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-24 | Silence warning about _DEFAULT_SOURCE for Linux/glibc | William Hubbs | |
In >=glibc-2.20, the _BSD_SOURCE macro is deprecated in favor of _DEFAULT_SOURCE. This adds -D_DEFAULT_SOURCE to CPPFLAGS on Linux. Fixes #44 | |||
2014-11-03 | Integrate the functionality from runscript_selinux.so | Jason Zaman | |
runscript used to dlopen() runscript_selinux.so. This adds equivalent functionality directly in to runscript instead. It authenticates with either PAM or shadow and optionally has a dep on audit. X-Gentoo-Bug: 517450 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=517450 | |||
2014-07-15 | Add SELinux support to the build system | William Hubbs | |
X-Gentoo-Bug: 516956 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956 | |||
2012-01-23 | Respin features.h usage so that we correctly test for features before we use ↵ | Robin H. Johnson | |
them. Some BSD libc implementations may have one or the other flag, but not both. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2011-10-20 | further clean up OS differences in makefiles | Mike Frysinger | |
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2008-06-19 | Use CPPFLAGS so we work with -combine in CFLAGS. | Roy Marples | |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-26 | No more need for SUBOS | Roy Marples | |
2008-03-19 | Fix building on Linux. | Roy Marples | |
2008-03-19 | Add missing .mks | Roy Marples | |