summaryrefslogtreecommitdiffstats
path: root/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-26 21:37:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-26 21:37:17 (GMT)
commit276248924f179411396352ecc80e34adb592a247 (patch)
treea66549ed5cf66649ba982ac37b1fed2215a76d70 /make.include
parentf3adb1b276a9556562cd68e374ac621e5ac1ebab (diff)
downloadblt-276248924f179411396352ecc80e34adb592a247.zip
blt-276248924f179411396352ecc80e34adb592a247.tar.gz
blt-276248924f179411396352ecc80e34adb592a247.tar.bz2
add tls for https support win32
Diffstat (limited to 'make.include')
-rw-r--r--make.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.include b/make.include
index 5677b54..2471050 100644
--- a/make.include
+++ b/make.include
@@ -175,6 +175,7 @@ tclzvfs/Makefile :
#-------------------------- tls
+# no cache (win)
tls : tls/Makefile
@echo ""
@echo "*** $@ ***"
@@ -185,11 +186,10 @@ tls/Makefile :
@echo "*** $@ ***"
cd tls; \
./configure \
- $(WITHTCL) \
$(TLSFLAGS) \
+ $(WITHTCL) \
$(PREFIX) \
- $(STD) \
- $(CACHE)
+ $(STD)
#-------------------------- xpa