forked from pool/audit
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: Disable automatic building of plugins
|
|
Upsteam: never
|
|
|
|
Non builtin plugins is build as part of phase2 by audit-secondary.spec.
|
|
Conf files for builtins are still installed
|
|
|
|
--- audit-1.6.8/docs/Makefile.am.orig 2008-03-21 00:13:00.085158000 +0100
|
|
+++ audit-1.6.8/docs/Makefile.am 2008-03-21 00:13:42.551650000 +0100
|
|
@@ -47,6 +47,5 @@
|
|
ausearch_add_timestamp_item.3 ausearch_add_regex.3 ausearch_clear.3 \
|
|
ausearch_next_event.3 ausearch_set_stop.3 \
|
|
autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
|
|
-audispd.8 audispd.conf.5 audispd-zos-remote.8 zos-remote.conf.5 \
|
|
-audisp-prelude.8
|
|
+audispd.8 audispd.conf.5
|
|
|
|
--- audit-1.6.8/audisp/plugins/Makefile.am.orig 2008-03-21 00:38:10.727001000 +0100
|
|
+++ audit-1.6.8/audisp/plugins/Makefile.am 2008-03-21 00:38:34.320391000 +0100
|
|
@@ -23,7 +23,7 @@
|
|
CONFIG_CLEAN_FILES = Makefile.in *.loT *.rej *.orig
|
|
|
|
#SUBDIRS = builtins zos-remote remote
|
|
-SUBDIRS = builtins zos-remote
|
|
+SUBDIRS = builtins
|
|
if HAVE_PRELUDE
|
|
SUBDIRS += prelude
|
|
endif
|