[Privoxy-commits] [privoxy] 01/03: windows build: default is now --with-mbedtls

User Git git at git.privoxy.org
Sun Feb 21 13:46:11 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 9bcd3b78bb1b099886791f263cc45101a4b61a3f
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Feb 21 08:39:40 2021 -0500

    windows build:  default is now  --with-mbedtls
---
 windows/MYconfigure | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index 9ece6b6c..acbc8e56 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list