Bug 146583

Summary: Building problem on Linux/Alpha
Product: [Fedora] Fedora Reporter: Sergey Tikhonov <tsv>
Component: beecryptAssignee: Jeff Johnson <jbj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: alpha   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-07 19:20:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sergey Tikhonov 2005-01-30 00:15:10 UTC
Description of problem:
On linux/alpha the package is configured to install to /usr/lib64
directory, but it is not used on linux/alpha (default is /usr/lib).

Version-Release number of selected component (if applicable):
beecrypt-3.1.0-6

Additional info:
This patch fixes the problem:

--- beecrypt-3.1.0/configure.ac.orig    2004-11-30 19:15:51.165824441
+0300
+++ beecrypt-3.1.0/configure.ac 2004-11-30 19:16:31.677542695 +0300
@@ -757,7 +757,7 @@
 case $target_os in
 linux*)
   case $bc_target_arch in
-  alpha* | powerpc64 | s390x | x86_64)
+  powerpc64 | s390x | x86_64)
     bc_libalt="64"
     ;;
   esac

Comment 1 Jeff Johnson 2005-02-07 19:20:42 UTC
Fixed in beecrypt-4.1.2-1.