aboutsummaryrefslogtreecommitdiff
path: root/dist-win.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-18 19:12:42 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-19 00:40:26 -0500
commitf705e901a5d97e2cff6428a89746c7d4eae4da75 (patch)
tree74df7a7951ff09459a477913549da3062c37e329 /dist-win.sh
parent13034da4d88ffdfcc7e4dff72b0bf7c5db5cbb08 (diff)
downloadportable-f705e901a5d97e2cff6428a89746c7d4eae4da75.tar.gz
portable-f705e901a5d97e2cff6428a89746c7d4eae4da75.tar.bz2
portable-f705e901a5d97e2cff6428a89746c7d4eae4da75.zip
enable libtls by default
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
Diffstat (limited to 'dist-win.sh')
-rwxr-xr-xdist-win.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-win.sh b/dist-win.sh
index 42569ac..cfb6414 100755
--- a/dist-win.sh
+++ b/dist-win.sh
@@ -22,7 +22,7 @@ for ARCH in X86 X64; do
22 22
23 echo Building for $HOST 23 echo Building for $HOST
24 24
25 CC=$HOST-gcc ./configure --host=$HOST --enable-libtls 25 CC=$HOST-gcc ./configure --host=$HOST
26 make clean 26 make clean
27 PATH=$PATH:/usr/$HOST/sys-root/mingw/bin \ 27 PATH=$PATH:/usr/$HOST/sys-root/mingw/bin \
28 make -j 4 check 28 make -j 4 check