From: undefine Date: Thu, 12 Aug 2004 10:57:31 +0000 (+0000) Subject: - support for AMD64(not tested) X-Git-Tag: auto/ac/john-1_6_37-6~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=b2ee9acd57071f60abc7b48954f8b0582287907b;hp=f4252628e73be83f3fab11f718144d4e7632df21;p=packages%2Fjohn.git - support for AMD64(not tested) Changed files: john.spec -> 1.36 --- 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