From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: [PATCH] Fix (make check) Date: Sun, 18 Nov 2007 11:33:23 +0100 Message-ID: <474014F3.80700@redhat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000007050008030400040300" Return-path: Received: from [10.32.4.31] (vpn-4-31.str.redhat.com [10.32.4.31]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id lAIAXZtW023664 for ; Sun, 18 Nov 2007 05:33:36 -0500 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com This is a multi-part message in MIME format. --------------000007050008030400040300 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit 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 --------------000007050008030400040300 Content-Type: text/x-patch; name="audit-standalone.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="audit-standalone.patch" 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 --------------000007050008030400040300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------000007050008030400040300--