diff --git a/sdk_container/src/third_party/portage-stable/sys-process/audit/audit-4.0.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-process/audit/audit-4.0.1-r1.ebuild index 518ceb1387..10cdd93450 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/audit/audit-4.0.1-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-process/audit/audit-4.0.1-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="gssapi io-uring ldap python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/sdk_container/src/third_party/portage-stable/sys-process/audit/files/audit-3.1.3-musl-malloc.patch b/sdk_container/src/third_party/portage-stable/sys-process/audit/files/audit-3.1.3-musl-malloc.patch deleted file mode 100644 index 01c440f3eb..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-process/audit/files/audit-3.1.3-musl-malloc.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://bugs.gentoo.org/934006 -https://github.com/linux-audit/audit-userspace/commit/1dd6123e810ce255692a693a5d52a0c34cf432d0 - -From 1dd6123e810ce255692a693a5d52a0c34cf432d0 Mon Sep 17 00:00:00 2001 -From: Steve Grubb -Date: Mon, 1 Apr 2024 12:10:33 -0400 -Subject: [PATCH] Add empty macro to fix muscl c builds - ---- a/common/common.h -+++ b/common/common.h -@@ -1,5 +1,5 @@ --/* audit-fgets.h -- a replacement for glibc's fgets -- * Copyright 2018,2022 Red Hat Inc. -+/* common.h -- common utility functions used throughout -+ * Copyright 2018-24 Red Hat Inc. - * All Rights Reserved. - * - * This library is free software; you can redistribute it and/or -@@ -29,6 +29,9 @@ - #ifndef __attr_access - # define __attr_access(x) - #endif -+#ifndef __attribute_malloc__ -+# define __attribute_malloc__ -+#endif - #ifndef __attr_dealloc - # define __attr_dealloc(dealloc, argno) - #endif