From 5c6e5812f3b638e435a5432c8ad5e04ca0bb0d92 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Mon, 3 May 2010 20:59:45 +0400 Subject: openssl 1.0.0: fix patches with config-strings openssl 1.0.0 has more fields in config-strings, so Configure patches forward-ported from previous openssl versions needed further adjustments to build for more targets (initially tested only on i686 and x86_64). Clean up useless date output in patches (somehow crawled in via quilt) along the way. Signed-off-by: Roman I Khimov --- recipes/openssl/openssl-1.0.0/oe-ldflags.patch | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'recipes/openssl/openssl-1.0.0/oe-ldflags.patch') diff --git a/recipes/openssl/openssl-1.0.0/oe-ldflags.patch b/recipes/openssl/openssl-1.0.0/oe-ldflags.patch index 6111bf9fda..3dd3bedab0 100644 --- a/recipes/openssl/openssl-1.0.0/oe-ldflags.patch +++ b/recipes/openssl/openssl-1.0.0/oe-ldflags.patch @@ -1,21 +1,7 @@ Index: openssl-1.0.0/Makefile.shared =================================================================== ---- openssl-1.0.0.orig/Makefile.shared Usage: date [OPTION]... [+FORMAT] -Display the current time in the given FORMAT. - - -d, --date=STRING display time described by STRING, not `now' - -f, --file=DATEFILE like --date once for each line of DATEFILE - -R, --rfc-822 output RFC-822 compliant date string - -u, --utc, --universal print or set Coordinated Universal Time - --help display this help and exit -+++ openssl-1.0.0/Makefile.shared Usage: date [OPTION]... [+FORMAT] -Display the current time in the given FORMAT. - - -d, --date=STRING display time described by STRING, not `now' - -f, --file=DATEFILE like --date once for each line of DATEFILE - -R, --rfc-822 output RFC-822 compliant date string - -u, --utc, --universal print or set Coordinated Universal Time - --help display this help and exit +--- openssl-1.0.0.orig/Makefile.shared ++++ openssl-1.0.0/Makefile.shared @@ -92,7 +92,7 @@ LINK_APP= \ ( $(SET_X); \ -- cgit v1.2.3