mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -1,18 +1,18 @@
|
||||
--- a/Makefile.classic
|
||||
+++ b/Makefile.classic
|
||||
@@ -41,9 +41,6 @@ TCC = gcc -g -Os -Wall
|
||||
@@ -41,9 +41,6 @@
|
||||
# FOSSIL_ENABLE_MINIZ = 1
|
||||
# TCC += -DFOSSIL_ENABLE_MINIZ
|
||||
|
||||
-# To add support for HTTPS
|
||||
-TCC += -DFOSSIL_ENABLE_SSL
|
||||
-
|
||||
#### Extra arguments for linking the finished binary. Fossil needs
|
||||
# to link against the Z-Lib compression library unless the miniz
|
||||
# library in the source tree is being used. There are no other
|
||||
@@ -58,9 +55,6 @@ ZLIB_LIB. = $(ZLIB_LIB.0)
|
||||
#### We sometimes add the -static option here so that we can build a
|
||||
# static executable that will run in a chroot jail.
|
||||
#LIB = -static
|
||||
@@ -60,9 +57,6 @@
|
||||
# If using zlib:
|
||||
LIB = $(ZLIB_LIB.$(FOSSIL_ENABLE_MINIZ)) $(LDFLAGS)
|
||||
LIB += $(ZLIB_LIB.$(FOSSIL_ENABLE_MINIZ)) $(LDFLAGS)
|
||||
|
||||
-# If using HTTPS:
|
||||
-LIB += -lcrypto -lssl
|
||||
Reference in New Issue
Block a user