openssl-nodocs.patch 392 B

12345678910111213
  1. Dont waste time building manpages if we're not going to use em.
  2. --- openssl/Makefile.org
  3. +++ openssl/Makefile.org
  4. @@ -792,7 +792,7 @@
  5. dist_pem_h:
  6. (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
  7. -install: all install_docs install_sw
  8. +install: all install_sw
  9. install_sw:
  10. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \