summaryrefslogtreecommitdiff
path: root/package/openssl/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-20 13:50:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-23 01:43:54 +0200
commitb0d6c663b4fdce7bca0183e9a3616e35cab42477 (patch)
tree15bbff0ae0068c44b89aab40e4f28f5bd00bbc9f /package/openssl/patches
parent0fe1e904baf8e652af7727cfb4856eeb11da7e76 (diff)
allow parallel building, do not install docs
Diffstat (limited to 'package/openssl/patches')
-rw-r--r--package/openssl/patches/patch-Makefile_org11
1 files changed, 10 insertions, 1 deletions
diff --git a/package/openssl/patches/patch-Makefile_org b/package/openssl/patches/patch-Makefile_org
index dca37518d..aa70bcc67 100644
--- a/package/openssl/patches/patch-Makefile_org
+++ b/package/openssl/patches/patch-Makefile_org
@@ -1,5 +1,5 @@
--- openssl-1.0.2a.orig/Makefile.org 2015-03-19 14:30:36.000000000 +0100
-+++ openssl-1.0.2a/Makefile.org 2015-04-06 10:52:37.192455300 +0200
++++ openssl-1.0.2a/Makefile.org 2015-05-20 08:33:17.000000000 +0200
@@ -136,7 +136,7 @@ FIPSCANLIB=
BASEADDR=
@@ -9,3 +9,12 @@
ENGDIRS= ccgost
SHLIBDIRS= crypto ssl
+@@ -536,7 +536,7 @@ dist:
+ dist_pem_h:
+ (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
+
+-install: all install_docs install_sw
++install: all install_sw
+
+ install_sw:
+ @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \