2007-07-27 01:18:47 +02:00
|
|
|
From: Tony Jones <tonyj@suse.de>
|
|
|
|
Subject: Disable automatic building of python code
|
|
|
|
Upsteam: never
|
|
|
|
|
|
|
|
Python code is disabled for audit.spec. Built manually by audit-libs-python.spec.
|
|
|
|
This is apparantly necessary due to the SuSE build system. Bit of a PITA but
|
|
|
|
there you have it.
|
|
|
|
|
2008-03-28 15:45:19 +01:00
|
|
|
--- audit-1.6.8/configure.ac.old 2008-02-29 22:20:13.248763000 +0100
|
|
|
|
+++ audit-1.6.8/configure.ac 2008-02-29 22:23:10.703128000 +0100
|
|
|
|
@@ -39,7 +39,6 @@
|
2007-01-15 23:51:54 +01:00
|
|
|
AM_INIT_AUTOMAKE
|
|
|
|
AM_PROG_LIBTOOL
|
|
|
|
AC_SUBST(LIBTOOL_DEPS)
|
2007-05-06 17:10:42 +02:00
|
|
|
-AM_PATH_PYTHON
|
2007-01-15 23:51:54 +01:00
|
|
|
|
|
|
|
echo .
|
|
|
|
echo Checking for programs
|
2008-03-28 15:45:19 +01:00
|
|
|
@@ -124,7 +124,8 @@
|
|
|
|
fi
|
|
|
|
AM_CONDITIONAL(HAVE_PRELUDE, test x$have_prelude = xyes)
|
2007-01-15 23:51:54 +01:00
|
|
|
|
2008-06-25 18:53:54 +02:00
|
|
|
-AC_OUTPUT(Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile audisp/plugins/Makefile audisp/plugins/builtins/Makefile audisp/plugins/prelude/Makefile audisp/plugins/remote/Makefile audisp/plugins/zos-remote/Makefile bindings/Makefile bindings/python/Makefile tools/Makefile tools/aulastlog/Makefile tools/ausyscall/Makefile)
|
2008-03-28 15:45:19 +01:00
|
|
|
+# SuSE: remove swig/Makefile + bindings/Makefile + bindings/python/Makefile
|
2008-06-25 18:53:54 +02:00
|
|
|
+AC_OUTPUT(Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile docs/Makefile init.d/Makefile audisp/Makefile audisp/plugins/Makefile audisp/plugins/builtins/Makefile audisp/plugins/prelude/Makefile audisp/plugins/remote/Makefile audisp/plugins/zos-remote/Makefile tools/Makefile tools/aulastlog/Makefile tools/ausyscall/Makefile)
|
2007-01-15 23:51:54 +01:00
|
|
|
|
|
|
|
echo .
|
|
|
|
echo "
|
2008-03-28 15:45:19 +01:00
|
|
|
|
|
|
|
--- audit-1.6.8/Makefile.am.old 2008-02-29 22:25:06.872840000 +0100
|
|
|
|
+++ audit-1.6.8/Makefile.am 2008-02-29 22:25:40.149532000 +0100
|
|
|
|
@@ -21,7 +21,8 @@
|
2007-05-06 17:10:42 +02:00
|
|
|
# Rickard E. (Rik) Faith <faith@redhat.com>
|
2007-01-15 23:51:54 +01:00
|
|
|
#
|
|
|
|
|
2008-03-28 15:45:19 +01:00
|
|
|
-SUBDIRS = lib auparse src/mt src audisp tools swig bindings init.d \
|
|
|
|
+# SuSE: remove swig + bindings
|
|
|
|
+SUBDIRS = lib auparse src/mt src audisp tools init.d \
|
|
|
|
docs
|
2007-10-11 18:47:28 +02:00
|
|
|
EXTRA_DIST = ChangeLog AUTHORS NEWS README README-install audit.spec \
|
2008-03-28 15:45:19 +01:00
|
|
|
contrib/capp.rules contrib/nispom.rules contrib/lspp.rules \
|
|
|
|
|