diff options
| author | Roman I Khimov <khimov@altell.ru> | 2010-05-03 20:59:45 +0400 |
|---|---|---|
| committer | Roman I Khimov <khimov@altell.ru> | 2010-05-03 23:58:24 +0400 |
| commit | 5c6e5812f3b638e435a5432c8ad5e04ca0bb0d92 (patch) | |
| tree | 7376109ae70a140575ca16b0144676076be3d4c2 /recipes/openssl/openssl-1.0.0/shared-libs.patch | |
| parent | f5ac8db890820c327794f7d896e2bde6fb0188c6 (diff) | |
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 <khimov@altell.ru>
Diffstat (limited to 'recipes/openssl/openssl-1.0.0/shared-libs.patch')
| -rw-r--r-- | recipes/openssl/openssl-1.0.0/shared-libs.patch | 54 |
1 files changed, 6 insertions, 48 deletions
diff --git a/recipes/openssl/openssl-1.0.0/shared-libs.patch b/recipes/openssl/openssl-1.0.0/shared-libs.patch index e65713b176..7cd70d8fdc 100644 --- a/recipes/openssl/openssl-1.0.0/shared-libs.patch +++ b/recipes/openssl/openssl-1.0.0/shared-libs.patch @@ -1,21 +1,7 @@ Index: openssl-1.0.0/crypto/Makefile =================================================================== ---- openssl-1.0.0.orig/crypto/Makefile 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/crypto/Makefile 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/crypto/Makefile ++++ openssl-1.0.0/crypto/Makefile @@ -104,7 +104,7 @@ shared: buildinf.h lib subdirs @@ -27,22 +13,8 @@ Display the current time in the given FORMAT. libs: Index: openssl-1.0.0/Makefile.org =================================================================== ---- openssl-1.0.0.orig/Makefile.org 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.org 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.org ++++ openssl-1.0.0/Makefile.org @@ -260,7 +260,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a @@ -63,22 +35,8 @@ Display the current time in the given FORMAT. exit 1; \ Index: openssl-1.0.0/ssl/Makefile =================================================================== ---- openssl-1.0.0.orig/ssl/Makefile 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/ssl/Makefile 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/ssl/Makefile ++++ openssl-1.0.0/ssl/Makefile @@ -62,7 +62,7 @@ shared: lib |
