You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
596 B

  1. --- a/Makefile.classic
  2. +++ b/Makefile.classic
  3. @@ -41,9 +41,6 @@
  4. # FOSSIL_ENABLE_MINIZ = 1
  5. # TCC += -DFOSSIL_ENABLE_MINIZ
  6. -# To add support for HTTPS
  7. -TCC += -DFOSSIL_ENABLE_SSL
  8. -
  9. #### We sometimes add the -static option here so that we can build a
  10. # static executable that will run in a chroot jail.
  11. #LIB = -static
  12. @@ -60,9 +57,6 @@
  13. # If using zlib:
  14. LIB += $(ZLIB_LIB.$(FOSSIL_ENABLE_MINIZ)) $(LDFLAGS)
  15. -# If using HTTPS:
  16. -LIB += -lcrypto -lssl
  17. -
  18. #### Tcl shell for use in running the fossil testsuite. If you do not
  19. # care about testing the end result, this can be blank.
  20. #