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