Use SSL by default

This commit is contained in:
Mark Nunberg 2018-05-21 10:35:16 -04:00
parent 4127e4488b
commit d329cc952a
1 changed files with 2 additions and 0 deletions

View File

@ -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