diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-01-31 14:37:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-01-31 14:37:35 +0100 |
commit | 747d98ea03f7ba4181f0b9185d3d73d1734bb8d1 (patch) | |
tree | 14fb4708498c727d6690be47abbfba568bcd4f03 /package/openssl/patches/patch-Makefile_org | |
parent | bb2385e3efd35d3d0f95677a1833fbfc6a314af8 (diff) |
fix build on x86_64
Diffstat (limited to 'package/openssl/patches/patch-Makefile_org')
-rw-r--r-- | package/openssl/patches/patch-Makefile_org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/openssl/patches/patch-Makefile_org b/package/openssl/patches/patch-Makefile_org index f72030d14..f19124dbe 100644 --- a/package/openssl/patches/patch-Makefile_org +++ b/package/openssl/patches/patch-Makefile_org @@ -1,8 +1,8 @@ ---- openssl-1.0.0d.orig/Makefile.org 2010-01-27 17:06:58.000000000 +0100 -+++ openssl-1.0.0d/Makefile.org 2011-10-12 06:07:40.993200000 +0200 -@@ -109,7 +109,7 @@ LIBKRB5= - ZLIB_INCLUDE= - LIBZLIB= +--- openssl-1.0.1c.orig/Makefile.org 2012-04-22 15:25:19.000000000 +0200 ++++ openssl-1.0.1c/Makefile.org 2013-01-31 14:28:34.000000000 +0100 +@@ -135,7 +135,7 @@ FIPSCANLIB= + + BASEADDR= -DIRS= crypto ssl engines apps test tools +DIRS= crypto ssl engines apps tools |