0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. From d8f104bffb0c4acb8c5fcdf49628f7d02ed48f7f 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: [PATCH] Dont waste time building manpages if we're not going to use
  5. em.
  6. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
  7. [Gustavo: update for parallel-build]
  8. [rebased on openssl-1.1.0h]
  9. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  10. [rebased on openssl-1.1.1i]
  11. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  12. ---
  13. Configurations/unix-Makefile.tmpl | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
  16. index 40cf2c3..777d9ca 100644
  17. --- a/Configurations/unix-Makefile.tmpl
  18. +++ b/Configurations/unix-Makefile.tmpl
  19. @@ -491,7 +491,7 @@ list-tests:
  20. @echo "Tests are not supported with your chosen Configure options"
  21. @ : {- output_on() if !$disabled{tests}; "" -}
  22. -install: install_sw install_ssldirs install_docs
  23. +install: install_sw install_ssldirs
  24. uninstall: uninstall_docs uninstall_sw
  25. --
  26. 2.16.3