Hello,
(make check) currently builds tests against libaudit headers installed
system-wide; if no headers are installed, the build fails.
The attached patch fixes the build.
Mirek
diff -urN audit/auparse/test/Makefile.am audit-1.6.2/auparse/test/Makefile.am
--- audit/auparse/test/Makefile.am 2007-08-27 22:03:43.000000000 +0200
+++ audit-1.6.2/auparse/test/Makefile.am 2007-11-04 05:50:07.000000000 +0100
@@ -24,7 +24,7 @@
check_SCRIPTS = auparse_test.py
EXTRA_DIST = auparse_test.ref
-INCLUDES = -I..
+INCLUDES = -I.. -I../../lib
auparse_test_SOURCES = auparse_test.c
auparse_test_LDFLAGS = -static
--
Linux-audit mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-audit