Files
poky/meta/packages/beecrypt/beecrypt/x64fix.patch
Richard Purdie 3baff56fe6 beecrypt: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13 12:15:25 +00:00

21 lines
520 B
Diff

Index: beecrypt-3.1.0/configure.ac
===================================================================
--- beecrypt-3.1.0.orig/configure.ac 2008-08-16 12:08:02.000000000 +0100
+++ beecrypt-3.1.0/configure.ac 2008-08-16 12:08:26.000000000 +0100
@@ -754,15 +754,6 @@
# Check where to install the libraries
bc_libalt=
-case $target_os in
-linux*)
- case $bc_target_arch in
- alpha* | powerpc64 | s390x | x86_64)
- bc_libalt="64"
- ;;
- esac
- ;;
-esac
AC_SUBST(LIBALT,$bc_libalt)
# Generate output files.