polynomial-c 15/03/21 13:19:16
Added: audit-2.4.1-python.patch
Removed: audit-1.6.8-subdirs-fix.patch
audit-1.7.4-glibc212.patch
audit-1.5.4-swig-gcc-attribute.patch
auditd-init.d-1.2.3 audit-1.5.4-build.patch
audit-1.7.4-python.patch
Log:
Version bump. Removed old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.1 sys-process/audit/files/audit-2.4.1-python.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-2.4.1-python.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/files/audit-2.4.1-python.patch?rev=1.1&content-type=text/plain
Index: audit-2.4.1-python.patch
===================================================================
--- audit-2.4.1/bindings/python/Makefile.am
+++ audit-2.4.1/bindings/python/Makefile.am
@@ -27,5 +27,6 @@
auparse_la_SOURCES = auparse_python.c
auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS) -I@PYINCLUDEDIR@
-fno-strict-aliasing
-auparse_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+auparse_la_CFLAGS = -shared
+auparse_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
auparse_la_LIBADD = ${top_builddir}/auparse/libauparse.la
${top_builddir}/lib/libaudit.la
--- audit-2.4.1/swig/Makefile.am
+++ audit-2.4.1/swig/Makefile.am
@@ -27,7 +27,8 @@
pyexec_PYTHON = audit.py
pyexec_LTLIBRARIES = _audit.la
pyexec_SOLIBRARIES = _audit.so
-_audit_la_LDFLAGS = -module -avoid-version -Wl,-z,relro
+_audit_la_CFLAGS = -shared
+_audit_la_LDFLAGS = -module -avoid-version -shared -Wl,-z,relro
_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