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 \