]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- pass proper arch on amd64 - builds now
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Feb 2005 20:39:26 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beecrypt.spec -> 1.51

beecrypt.spec

index d82c57ccf96455d2fcc8f8f9d142cf2b95751306..95cd0fe453abc8498a32e08407298786ba231f63 100644 (file)
@@ -177,7 +177,11 @@ Pythonie na u
        --without-cplusplus \
        --with%{!?with_javaglue:out}-javaglue \
        --with-cpu=%{_target_cpu} \
+%ifarch amd64
+       --with-arch=x86_64 \
+%else
        --with-arch=%{_target_cpu} \
+%endif
        --with-pic \
        --with%{!?with_python:out}-python
 %{__make}
This page took 0.057321 seconds and 4 git commands to generate.