hashcat: not supported on BE
This commit is contained in:
parent
ca77cfff8d
commit
7ff5ccad9b
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes
|
|||
distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz"
|
||||
checksum=283beaa68e1eab41de080a58bb92349c8e47a2bb1b93d10f36ea30f418f1e338
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="Not supported on big endian"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
sed '/^CC/d' -i src/Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue