projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
de6f714
)
update the build script to use mbed tls version 2.6.11
author
Lee
<ler762@users.sourceforge.net>
Thu, 11 Nov 2021 11:59:10 +0000
(06:59 -0500)
committer
Lee
<ler762@users.sourceforge.net>
Thu, 11 Nov 2021 11:59:10 +0000
(06:59 -0500)
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
eb6eeb0
..
d5bda38
100755
(executable)
--- a/
windows/MYconfigure
+++ b/
windows/MYconfigure
@@
-137,8
+137,8
@@
LDFLAGS="${LDFLAGS} -L${lib}"
# mbedtls
# Get the 2.16.x mbedtls library from https://github.com/ARMmbed/mbedtls/tags
-inc="/source/mbedtls-2.16.1
0
/include"
-lib="/source/mbedtls-2.16.1
0
/library"
+inc="/source/mbedtls-2.16.1
1
/include"
+lib="/source/mbedtls-2.16.1
1
/library"
MITMOPT="--with-mbedtls"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"