Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | Replace file/getline usage with istream | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-05-30 | Fix: Only add Selinux flags if WITH_SELINUX is set | David Oberhollenzer | |
On a current Fedora 31, when cross compiling with mingw, pkg config manages to find the Selinux library, but not the header. The configure script disables WITH_SELINUX, but the library variable is still set, causing a linker error further down the line. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-05-30 | Cleanup: Reorganize structure of Automake files | David Oberhollenzer | |
- Split up the huge file in bin/ into one small file per sub directory - Remove the stub in doc/ Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |