]> git.pld-linux.org Git - packages/john.git/commitdiff
- support for AMD64(not tested)
authorundefine <undefine@pld-linux.org>
Thu, 12 Aug 2004 10:57:31 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john.spec -> 1.36

john.spec

index 2fd8fc4c937439249c383bed44f99d4bc4a7aed8..009207d90a5ee1c83288fec5fc581398c60a65d9 100644 (file)
--- 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
This page took 0.06558 seconds and 4 git commands to generate.