From 02abf4aa0efaed3ab2bcfd28601b484f81fa22e5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 23 Jan 2013 13:01:16 +0200 Subject: [PATCH] openssl: don't install docs. closes #1793 --- .../openssl/patches/openssl-1.0.1c-nodocs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/security/openssl/patches/openssl-1.0.1c-nodocs.patch diff --git a/packages/security/openssl/patches/openssl-1.0.1c-nodocs.patch b/packages/security/openssl/patches/openssl-1.0.1c-nodocs.patch new file mode 100644 index 0000000000..ab724e2ac8 --- /dev/null +++ b/packages/security/openssl/patches/openssl-1.0.1c-nodocs.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.org b/Makefile.org +index 55273ea..4e70281 100644 +--- a/Makefile.org ++++ b/Makefile.org +@@ -537,7 +537,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 \