0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch 752 B

123456789101112131415161718192021222324252627
  1. From 389efb564fa1453a9da835393eec9006bfae2a52 Mon Sep 17 00:00:00 2001
  2. From: Mike Frysinger <vapier@gentoo.org>
  3. Date: Sat, 16 May 2015 18:53:51 +0200
  4. Subject: Dont waste time building manpages if we're not going to use em.
  5. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
  6. [Gustavo: update for parallel-build]
  7. ---
  8. Makefile.org | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/Makefile.org b/Makefile.org
  11. index 60f07cc..976ceaf 100644
  12. --- a/Makefile.org
  13. +++ b/Makefile.org
  14. @@ -527,7 +527,7 @@ dist:
  15. dist_pem_h:
  16. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  17. -install: install_docs install_sw
  18. +install: install_sw
  19. install_sw:
  20. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
  21. --
  22. 1.9.1