diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-18 08:02:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-19 20:22:34 +0100 |
commit | cabcbfe980d379e03589be3ed4bd0a4fc006e770 (patch) | |
tree | d10423228b7a0208f9b22c8f46023ee2247e80c8 /recipes/beecrypt/files | |
parent | aed057419cb98babd0c3856a76222c72c7919a81 (diff) |
beecrypt: get patch from Poky to fix building on 64bit machines
git-svn-id: https://svn.o-hand.com/repos/poky@5068 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'recipes/beecrypt/files')
-rw-r--r-- | recipes/beecrypt/files/x64fix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/beecrypt/files/x64fix.patch b/recipes/beecrypt/files/x64fix.patch new file mode 100644 index 0000000000..9ee75c1404 --- /dev/null +++ b/recipes/beecrypt/files/x64fix.patch @@ -0,0 +1,20 @@ +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. |