windows build: default is now --with-mbedtls
authorLee <ler762@users.sourceforge.net>
Sun, 21 Feb 2021 13:39:40 +0000 (08:39 -0500)
committerLee <ler762@users.sourceforge.net>
Sun, 21 Feb 2021 13:39:40 +0000 (08:39 -0500)
windows/MYconfigure

index 9ece6b6..acbc8e5 100755 (executable)
@@ -131,6 +131,14 @@ lib="/source/pcre-8.44/.libs"
 CPPFLAGS="${CPPFLAGS} -I${inc}"
 LDFLAGS="${LDFLAGS} -L${lib}"
 
+# mbedtls
+# Get the 2.16.x mbedtls library from  https://github.com/ARMmbed/mbedtls/tags
+inc="/source/mbedtls-2.16.9/include"
+lib="/source/mbedtls-2.16.9/library"
+MITMOPT="--with-mbedtls"
+CPPFLAGS="${CPPFLAGS} -I${inc}"
+LDFLAGS="${LDFLAGS} -L${lib}"
+
 echo "CFLAGS=${CFLAGS}"
 echo "CPPFLAGS=${CPPFLAGS}"
 echo "LDFLAGS=${LDFLAGS}"