From b2ee9acd57071f60abc7b48954f8b0582287907b Mon Sep 17 00:00:00 2001 From: undefine Date: Thu, 12 Aug 2004 10:57:31 +0000 Subject: [PATCH 1/1] - support for AMD64(not tested) Changed files: john.spec -> 1.36 --- john.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/john.spec b/john.spec index 2fd8fc4..009207d 100644 --- a/john.spec +++ b/john.spec @@ -66,7 +66,11 @@ COPT="%{rpmcflags}" %ifarch sparc64 TARG=linux-sparc %else - TARG=generic + %ifarch amd64 + TARG=linux-x86-64 + %else + TARG=generic + %endif %endif %endif %endif -- 2.44.0