diff options
author | 2024-03-24 05:57:18 +0000 | |
---|---|---|
committer | 2024-03-24 05:57:18 +0000 | |
commit | 941cbe454bc58735a04ac0bbcc83167cd9fd8aa8 (patch) | |
tree | 7187a76c361521e01bb85fb97fd9bdb474a02fe8 /sys-apps/coreutils/coreutils-9.4-r1.ebuild | |
parent | dev-python/aiofiles: Stabilize 23.2.1 sparc, #927639 (diff) | |
download | gentoo-941cbe454bc58735a04ac0bbcc83167cd9fd8aa8.tar.gz gentoo-941cbe454bc58735a04ac0bbcc83167cd9fd8aa8.tar.bz2 gentoo-941cbe454bc58735a04ac0bbcc83167cd9fd8aa8.zip |
sys-apps/coreutils: backport Clang 18 patch
Closes: https://bugs.gentoo.org/926349
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils/coreutils-9.4-r1.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.4-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/coreutils/coreutils-9.4-r1.ebuild b/sys-apps/coreutils/coreutils-9.4-r1.ebuild index 9ed86c076690..adf51c2bed02 100644 --- a/sys-apps/coreutils/coreutils-9.4-r1.ebuild +++ b/sys-apps/coreutils/coreutils-9.4-r1.ebuild @@ -118,6 +118,7 @@ src_prepare() { # Upstream patches "${FILESDIR}"/${P}-gnulib-openssl-1.1.patch "${FILESDIR}"/${P}-CVE-2024-0684.patch + "${FILESDIR}"/${P}-gnulib-clang-18-c23-stdckdint.patch ) if ! use vanilla && [[ -d "${WORKDIR}"/${MY_PATCH} ]] ; then |