diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest index e34d7af..139d765 100644 --- a/sys-process/audit/Manifest +++ b/sys-process/audit/Manifest @@ -1 +1 @@ -DIST audit-2.4.tar.gz 937809 SHA256 6e5d39e7af9d00477ef60f824be8c93bd23a227869d6993ff36b7e7fa28fe99b SHA512 fe5963f4bc4643ae45ef1a5ad07b55f37575b4db0ec881dca5abf87244f08aeb0e0e10c4acf062f025b99507c3c6fc650c91a703cd1260ba728c99f5744dc8fd WHIRLPOOL b7ea244712d5e8248da6115aa8a2447ca2ea1695a9d5d7575eb0c252af5c1eddf80cd93a01204fe58fbe7440fa9d721314dea16657fddf7ef7d605bd44e4ce0a +DIST audit-2.4.1.tar.gz 942147 SHA256 059346fa0e922faf4dcc054382b21f4845cd8c4942e82cfd0d4cd52bd2b03026 SHA512 4ca29ee2c784861f75f9e05f5c4dfc3d3ebb9d51e454e8a069ef4d08db3754fb19189714935351e70b26ed44347a266ae6c31e68361d5e9efd89f657f91dbd50 WHIRLPOOL 49ecfdd2363eb8bcf25d40b36bf228c8bd31611804b284dde004d42a250a39c387bd0abff223cf4041f62805d5bb189a19375f5806385344ca219d823d267f2e diff --git a/sys-process/audit/audit-2.4.ebuild b/sys-process/audit/audit-2.4.1.ebuild similarity index 100% rename from sys-process/audit/audit-2.4.ebuild rename to sys-process/audit/audit-2.4.1.ebuild diff --git a/sys-process/audit/files/audit-2.4-python.patch b/sys-process/audit/files/audit-2.4.1-python.patch similarity index 95% rename from sys-process/audit/files/audit-2.4-python.patch rename to sys-process/audit/files/audit-2.4.1-python.patch index 5f76016..008cc59 100644 --- a/sys-process/audit/files/audit-2.4-python.patch +++ b/sys-process/audit/files/audit-2.4.1-python.patch @@ -4,7 +4,7 @@ diff -Nuar --exclude '*.orig' audit-2.1.3.orig/bindings/python/Makefile.am audit @@ -27,5 +27,6 @@ auparse_la_SOURCES = auparse_python.c - auparse_la_CPPFLAGS = -I$(top_srcdir)/auparse $(AM_CPPFLAGS) -I/usr/include/python$(PYTHON_VERSION) -fno-strict-aliasing + 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