diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:05:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:05:10 +0200 |
commit | 6c2bc15eb5c40548f6a98c37ab0b825b9c163343 (patch) | |
tree | f002fe1b2c355f06627c9757dc9fc30c71435f43 /package/openssl/patches/patch-Makefile_org | |
parent | decf972fcbb3b42947f8778222877ab1663ef04b (diff) | |
parent | e095941418bffcb4f2afc03072eb1f045e39ed9d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssl/patches/patch-Makefile_org')
-rw-r--r-- | package/openssl/patches/patch-Makefile_org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openssl/patches/patch-Makefile_org b/package/openssl/patches/patch-Makefile_org new file mode 100644 index 000000000..f72030d14 --- /dev/null +++ b/package/openssl/patches/patch-Makefile_org @@ -0,0 +1,11 @@ +--- 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= + +-DIRS= crypto ssl engines apps test tools ++DIRS= crypto ssl engines apps tools + ENGDIRS= ccgost + SHLIBDIRS= crypto ssl + |