From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- .../recipes-support/beecrypt/beecrypt/x64fix.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-support/beecrypt/beecrypt/x64fix.patch (limited to 'meta/recipes-support/beecrypt/beecrypt/x64fix.patch') diff --git a/meta/recipes-support/beecrypt/beecrypt/x64fix.patch b/meta/recipes-support/beecrypt/beecrypt/x64fix.patch new file mode 100644 index 0000000000..ac02425d51 --- /dev/null +++ b/meta/recipes-support/beecrypt/beecrypt/x64fix.patch @@ -0,0 +1,23 @@ +Don't have 64 appended to the libdir for 64bit platforms. + +JL 05/07/10 +Index: beecrypt-4.1.2/configure.ac +=================================================================== +--- beecrypt-4.1.2.orig/configure.ac 2010-07-05 16:39:43.000000000 +0100 ++++ beecrypt-4.1.2/configure.ac 2010-07-05 16:40:27.521082866 +0100 +@@ -585,15 +585,6 @@ + + # Check where to install the libraries + bc_libalt= +-case $target_os in +-linux*) +- case $bc_target_arch in +- powerpc64 | s390x | x86_64) +- bc_libalt="64" +- ;; +- esac +- ;; +-esac + AC_SUBST(LIBALT,$bc_libalt) + + # Generate output files. -- cgit 1.2.3-korg