From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- app-crypt/hashcat/hashcat-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-crypt/hashcat/hashcat-9999.ebuild') diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild index dc3813e63de6..1adb6223b74a 100644 --- a/app-crypt/hashcat/hashcat-9999.ebuild +++ b/app-crypt/hashcat/hashcat-9999.ebuild @@ -60,13 +60,14 @@ src_prepare() { src_compile() { tc-export CC CXX AR + # Use bundled unrar for now, bug #792720 emake \ SHARED=1 \ PRODUCTION=1 \ ENABLE_BRAIN=$(usex brain 1 0) \ USE_SYSTEM_LZMA=0 \ USE_SYSTEM_OPENCL=1 \ - USE_SYSTEM_UNRAR=1 \ + USE_SYSTEM_UNRAR=0 \ USE_SYSTEM_ZLIB=1 \ USE_SYSTEM_XXHASH=1 \ VERSION_PURE="${PV}" -- cgit v1.2.3