From d71f5835aa96e8249155b41241bbf2738e063071 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 21 Feb 2005 20:39:26 +0000 Subject: [PATCH] - pass proper arch on amd64 - builds now Changed files: beecrypt.spec -> 1.51 --- beecrypt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beecrypt.spec b/beecrypt.spec index d82c57c..95cd0fe 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -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} -- 2.43.0