mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit '56284506fccdd38b3d45b1656809db8036d3ced0' into feature/update-dependencies
This commit is contained in:
@@ -51,11 +51,7 @@ else
|
||||
# enable MD4 (needed for NTLM auth)
|
||||
perl -pi -e 's/^\/\/// if /#define MBEDTLS_MD4_C/' include/mbedtls/config.h
|
||||
|
||||
# apply pre-generated patches
|
||||
for file in $O3/core/deps/mbedtls/patches/*.patch; do
|
||||
echo Applying patch: $file
|
||||
git apply $file
|
||||
done
|
||||
apply_patches "mbedtls"
|
||||
fi
|
||||
|
||||
if [[ "x$TARGET" == xlinux* || "x$TARGET" == xosx* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user