mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-crypt/hashcat: Fix OpenCL CRC32 header in 7.1.2
Upstream fixed this is master but commit 96caad2 did not ship with with 7.1.2 Signed-off-by: Nic Boet <nic@boet.cc> Part-of: https://github.com/gentoo/gentoo/pull/45197 Closes: https://github.com/gentoo/gentoo/pull/45197 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -99,6 +99,9 @@ src_prepare() {
|
||||
einfo "Forcing Cargo errors to be fatal..."
|
||||
sed -i 's/|| true//g' src/bridges/*.mk || die
|
||||
|
||||
# upstream missed commit 96caad2 this before shipping 7.1.2 -- resolved in master
|
||||
sed -i 's|inc_checksum_crc\.cl|inc_checksum_crc32.cl|' OpenCL/m17220_a3-pure.cl || die
|
||||
|
||||
# Remove bundled stuff
|
||||
rm -r deps/OpenCL-Headers || die "Failed to remove bundled OpenCL Headers"
|
||||
rm -r deps/xxHash || die "Failed to remove bundled xxHash"
|
||||
|
||||
Reference in New Issue
Block a user