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

12345678910111213141516171819202122232425262728293031
  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. ---
  11. Configurations/unix-Makefile.tmpl | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
  14. index 40cf2c3..777d9ca 100644
  15. --- a/Configurations/unix-Makefile.tmpl
  16. +++ b/Configurations/unix-Makefile.tmpl
  17. @@ -268,7 +268,7 @@ list-tests:
  18. @echo "Tests are not supported with your chosen Configure options"
  19. @ : {- output_on() if !$disabled{tests}; "" -}
  20. -install: install_sw install_ssldirs install_docs
  21. +install: install_sw install_ssldirs
  22. uninstall: uninstall_docs uninstall_sw
  23. --
  24. 2.16.3