diff options
Diffstat (limited to 'sys-process/audit/files/audit-1.7.17-python.patch')
-rw-r--r-- | sys-process/audit/files/audit-1.7.17-python.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-process/audit/files/audit-1.7.17-python.patch b/sys-process/audit/files/audit-1.7.17-python.patch new file mode 100644 index 000000000000..13fed4a803f8 --- /dev/null +++ b/sys-process/audit/files/audit-1.7.17-python.patch @@ -0,0 +1,12 @@ +--- swig/Makefile.am ++++ swig/Makefile.am +@@ -28,7 +28,8 @@ + pyexec_PYTHON = audit.py + pyexec_LTLIBRARIES = _audit.la + pyexec_SOLIBRARIES = _audit.so +-_audit_la_LDFLAGS = -module -avoid-version ++_audit_la_CFLAGS = -shared ++_audit_la_LDFLAGS = -module -avoid-version -shared + _audit_la_HEADERS: $(top_builddir)/config.h + _audit_la_DEPENDENCIES =${top_srcdir}/lib/libaudit.h ${top_builddir}/lib/libaudit.la + nodist__audit_la_SOURCES = audit_wrap.c |