summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt/beecrypt/x64fix.patch
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-11-26 16:57:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-06 10:06:25 +0000
commitb0783ec2fd715a1a8a26e70d1829f2cf441b06cc (patch)
treec641a93a276f2933ac6526210aad23b23a2785d2 /meta/recipes-support/beecrypt/beecrypt/x64fix.patch
parent21fafc889e81411735de7d04ffe504e5cff4830d (diff)
downloadpoky-b0783ec2fd715a1a8a26e70d1829f2cf441b06cc.tar.gz
beecrypt: Update to 4.2.1
Rebased disable-icu-check.patch & fix-security.patch. Removed x64fix.patch as it is already in upstream. Also some configure changes: removing "--with-arch" as it can't cowork with expert mode, adding "--disable-openmp" to avoid unnecessary dependency. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/beecrypt/beecrypt/x64fix.patch')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt/x64fix.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt/x64fix.patch b/meta/recipes-support/beecrypt/beecrypt/x64fix.patch
deleted file mode 100644
index ac02425d51..0000000000
--- a/meta/recipes-support/beecrypt/beecrypt/x64fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Don't have 64 appended to the libdir for 64bit platforms.
2
3JL 05/07/10
4Index: beecrypt-4.1.2/configure.ac
5===================================================================
6--- beecrypt-4.1.2.orig/configure.ac 2010-07-05 16:39:43.000000000 +0100
7+++ beecrypt-4.1.2/configure.ac 2010-07-05 16:40:27.521082866 +0100
8@@ -585,15 +585,6 @@
9
10 # Check where to install the libraries
11 bc_libalt=
12-case $target_os in
13-linux*)
14- case $bc_target_arch in
15- powerpc64 | s390x | x86_64)
16- bc_libalt="64"
17- ;;
18- esac
19- ;;
20-esac
21 AC_SUBST(LIBALT,$bc_libalt)
22
23 # Generate output files.