160-disable_doc_tests.patch 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. diff -burN openssl-0.9.8k/Makefile openssl-0.9.8k.patched/Makefile
  2. --- openssl-0.9.8k/Makefile 2009-03-25 14:11:43.000000000 +0100
  3. +++ openssl-0.9.8k.patched/Makefile 2009-03-26 15:28:35.483566078 +0100
  4. @@ -133,7 +133,7 @@
  5. BASEADDR=0xFB00000
  6. -DIRS= crypto ssl engines apps test tools
  7. +DIRS= crypto 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. @@ -613,7 +613,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.8k/Makefile.org openssl-0.9.8k.patched/Makefile.org
  38. --- openssl-0.9.8k/Makefile.org 2009-03-03 23:40:29.000000000 +0100
  39. +++ openssl-0.9.8k.patched/Makefile.org 2009-03-26 15:29:05.243750064 +0100
  40. @@ -611,7 +611,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 \