forked from pool/audit
41 lines
2.1 KiB
Diff
41 lines
2.1 KiB
Diff
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.
|
|
|
|
--- audit-1.6.1/configure.ac.orig 2007-03-01 01:54:19.977676000 +0100
|
|
+++ audit-1.6.1/configure.ac 2007-03-01 02:09:06.032928000 +0100
|
|
@@ -39,7 +39,7 @@
|
|
AM_INIT_AUTOMAKE
|
|
AM_PROG_LIBTOOL
|
|
AC_SUBST(LIBTOOL_DEPS)
|
|
-AM_PATH_PYTHON
|
|
+#AM_PATH_PYTHON
|
|
|
|
echo .
|
|
echo Checking for programs
|
|
@@ -105,7 +105,8 @@
|
|
if test x$use_apparmor != xno ; then
|
|
AC_DEFINE(WITH_APPARMOR,1,[Define if you want to enable AppArmor events.])fi
|
|
|
|
-AC_OUTPUT(Makefile lib/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/ids/Makefile audisp/plugins/remote/Makefile bindings/Makefile bindings/python/Makefile)
|
|
+#AC_OUTPUT(Makefile lib/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/ids/Makefile audisp/plugins/remote/Makefile bindings/Makefile bindings/python/Makefile)
|
|
+AC_OUTPUT(Makefile lib/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/ids/Makefile audisp/plugins/remote/Makefile)
|
|
|
|
echo .
|
|
echo "
|
|
--- audit-1.6.1/Makefile.am.orig 2007-04-05 23:31:18.152428000 +0200
|
|
+++ audit-1.6.1/Makefile.am 2007-04-05 23:37:52.670519000 +0200
|
|
@@ -21,7 +21,7 @@
|
|
# Rickard E. (Rik) Faith <faith@redhat.com>
|
|
#
|
|
|
|
-SUBDIRS = lib auparse src/mt src audisp swig bindings init.d docs
|
|
+SUBDIRS = lib auparse src/mt src audisp init.d docs
|
|
EXTRA_DIST = ChangeLog AUTHORS NEWS README README-install audit.spec \
|
|
sample.rules contrib/capp.rules contrib/nispom.rules \
|
|
contrib/lspp.rules contrib/skeleton.c contrib/avc_snap \
|