160-disable_doc_tests.patch 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. diff -burN openssl-0.9.8j/Makefile openssl-0.9.8j.patched/Makefile
  2. --- openssl-0.9.8j/Makefile 2009-01-07 12:57:01.000000000 +0100
  3. +++ openssl-0.9.8j.patched/Makefile 2009-01-17 14:16:50.279667198 +0100
  4. @@ -133,7 +133,7 @@
  5. BASEADDR=0xFB00000
  6. -DIRS= crypto fips ssl engines apps test tools
  7. +DIRS= crypto fips ssl engines apps tools
  8. SHLIBDIRS= crypto ssl
  9. # dirs in crypto to build
  10. @@ -150,7 +150,7 @@
  11. # tests to perform. "alltests" is a special word indicating that all tests
  12. # should be performed.
  13. -TESTS = alltests
  14. +TESTS =
  15. MAKEFILE= Makefile
  16. @@ -162,7 +162,7 @@
  17. TOP= .
  18. ONEDIRS=out tmp
  19. -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
  20. +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
  21. WDIRS= windows
  22. LIBS= libcrypto.a libssl.a
  23. SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
  24. @@ -321,7 +321,7 @@
  25. ../crypto/uid.o
  26. sub_all: build_all
  27. -build_all: build_libs build_apps build_tests build_tools
  28. +build_all: build_libs build_apps build_tools
  29. build_libs: build_crypto build_fips build_ssl build_shared build_engines
  30. @@ -610,7 +610,7 @@
  31. dist_pem_h:
  32. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  33. -install: all install_docs install_sw
  34. +install: all install_sw
  35. install_sw:
  36. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
  37. diff -burN openssl-0.9.8j/Makefile.org openssl-0.9.8j.patched/Makefile.org
  38. --- openssl-0.9.8j/Makefile.org 2008-12-30 14:26:26.000000000 +0100
  39. +++ openssl-0.9.8j.patched/Makefile.org 2009-01-17 14:14:18.874409981 +0100
  40. @@ -608,7 +608,7 @@
  41. dist_pem_h:
  42. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  43. -install: all install_docs install_sw
  44. +install: all install_sw
  45. install_sw:
  46. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \