160-disable_doc_tests.patch 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Index: openssl-0.9.8e/Makefile
  2. ===================================================================
  3. --- openssl-0.9.8e.orig/Makefile 2007-06-04 13:23:31.995869784 +0200
  4. +++ openssl-0.9.8e/Makefile 2007-06-04 13:23:33.246679632 +0200
  5. @@ -106,7 +106,7 @@
  6. ZLIB_INCLUDE=
  7. LIBZLIB=
  8. -DIRS= crypto ssl engines apps test tools
  9. +DIRS= crypto ssl engines apps tools
  10. SHLIBDIRS= crypto ssl
  11. # dirs in crypto to build
  12. @@ -123,7 +123,7 @@
  13. # tests to perform. "alltests" is a special word indicating that all tests
  14. # should be performed.
  15. -TESTS = alltests
  16. +TESTS =
  17. MAKEFILE= Makefile
  18. @@ -135,7 +135,7 @@
  19. TOP= .
  20. ONEDIRS=out tmp
  21. -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
  22. +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
  23. WDIRS= windows
  24. LIBS= libcrypto.a libssl.a
  25. SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
  26. @@ -225,7 +225,7 @@
  27. @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
  28. sub_all: build_all
  29. -build_all: build_libs build_apps build_tests build_tools
  30. +build_all: build_libs build_apps build_tools
  31. build_libs: build_crypto build_ssl build_engines
  32. @@ -475,7 +475,7 @@
  33. dist_pem_h:
  34. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  35. -install: all install_docs install_sw
  36. +install: all install_sw
  37. install_sw:
  38. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
  39. Index: openssl-0.9.8e/Makefile.org
  40. ===================================================================
  41. --- openssl-0.9.8e.orig/Makefile.org 2007-06-04 13:23:32.857738760 +0200
  42. +++ openssl-0.9.8e/Makefile.org 2007-06-04 13:23:33.246679632 +0200
  43. @@ -473,7 +473,7 @@
  44. dist_pem_h:
  45. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  46. -install: all install_docs install_sw
  47. +install: all install_sw
  48. install_sw:
  49. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \