* [PATCH] Fix (make check)
@ 2007-11-18 10:33 Miloslav Trmac
2007-11-19 18:33 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: Miloslav Trmac @ 2007-11-18 10:33 UTC (permalink / raw)
To: linux-audit
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
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
[-- Attachment #2: audit-standalone.patch --]
[-- Type: text/x-patch, Size: 429 bytes --]
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
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix (make check)
2007-11-18 10:33 [PATCH] Fix (make check) Miloslav Trmac
@ 2007-11-19 18:33 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2007-11-19 18:33 UTC (permalink / raw)
To: linux-audit
On Sunday 18 November 2007 05:33:23 am Miloslav Trmac wrote:
> The attached patch fixes the build.
Merged with this change:
--I../../lib
+-I${top_srcdir}/lib
Thanks,
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-19 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-18 10:33 [PATCH] Fix (make check) Miloslav Trmac
2007-11-19 18:33 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).