projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
27287a5
)
windows build: default is now --with-mbedtls
author
Lee
<ler762@users.sourceforge.net>
Sun, 21 Feb 2021 13:39:40 +0000
(08:39 -0500)
committer
Lee
<ler762@users.sourceforge.net>
Sun, 21 Feb 2021 13:39:40 +0000
(08:39 -0500)
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
9ece6b6
..
acbc8e5
100755
(executable)
--- a/
windows/MYconfigure
+++ b/
windows/MYconfigure
@@
-131,6
+131,14
@@
lib="/source/pcre-8.44/.libs"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
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}"
echo "CFLAGS=${CFLAGS}"
echo "CPPFLAGS=${CPPFLAGS}"
echo "LDFLAGS=${LDFLAGS}"