[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Mar 2 15:00:18 UTC 2016
The branch master has been updated
via e9abfc3a00f5e6f51fc8150e53c65cec125b3082 (commit)
from b0a1e8bf3e52d72384c78f153ba3444fed1e89fc (commit)
- Log -----------------------------------------------------------------
commit e9abfc3a00f5e6f51fc8150e53c65cec125b3082
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Mar 2 14:10:21 2016 +0100
Add a shared_target to the VC-common config
This has no real meaning, except it gives Configure a hint that VC
targets are indeed capable of producing shared objects.
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 2ad53e7..ecfbc9a 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1104,6 +1104,7 @@
template => 1,
cc => "cl",
cflags => "-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE",
+ shared_target => "win-shared", # meaningless except it gives Configure a hint
dso_scheme => "win32",
build_scheme => "mk1mf",
},
More information about the openssl-commits
mailing list