All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miloslav Trmac <mitr@redhat.com>
To: linux-audit@redhat.com
Subject: [PATCH] Fix (make check)
Date: Sun, 18 Nov 2007 11:33:23 +0100	[thread overview]
Message-ID: <474014F3.80700@redhat.com> (raw)

[-- 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 --]



             reply	other threads:[~2007-11-18 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-18 10:33 Miloslav Trmac [this message]
2007-11-19 18:33 ` [PATCH] Fix (make check) Steve Grubb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=474014F3.80700@redhat.com \
    --to=mitr@redhat.com \
    --cc=linux-audit@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.