mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
hashcat: 9999 update hack of Makefile
This commit is contained in:
parent
8b3e92b155
commit
c9b8db622f
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ KEYWORDS="~x86 ~amd64"
|
|||
|
||||
src_prepare() {
|
||||
#quick hack to compile on supported platforms only
|
||||
use amd64 && sed -e "s|all: binaries|all: posix64|g" -i src/Makefile
|
||||
use x86 && sed -e "s|all: binaries|all: posix32|g" -i src/Makefile
|
||||
use amd64 && sed -e "s|all: binaries|all: linux64|g" -i src/Makefile
|
||||
use x86 && sed -e "s|all: binaries|all: linux32|g" -i src/Makefile
|
||||
#do not strip
|
||||
sed -e "s|-s -fomit-frame-pointer|-fomit-frame-pointer|g" -i src/Makefile
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue