summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@haskalah.org>2018-05-21 10:35:16 -0400
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 09:10:10 -0500
commitd329cc952a61fc937c2bfe6887ed6d64d763f4f3 (patch)
tree4f5b1e00a04eb902547bc6ee3273d455d7eb0b01 /Makefile
parent4127e4488bcebceac59aefe6013e3f854b192394 (diff)
Use SSL by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e3e2bf..b2a9fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,8 @@ DYLIB_MAKE_CMD=$(CC) -shared -Wl,-soname,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(L
STLIBNAME=$(LIBNAME).$(STLIBSUFFIX)
STLIB_MAKE_CMD=$(AR) rcs $(STLIBNAME)
+USE_SSL:=1
+
ifdef USE_SSL
# This is the prefix of openssl on my system. This should be the sane default
# based on the platform