From ab03ead03547e0d89e0c06f5f48d8f8c12f4d7e4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 24 Feb 2014 18:21:16 +0000 Subject: we need /MD for fips builds --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 21f8a9beb7..1c3f158921 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -45,7 +45,7 @@ if ($FLAVOR =~ /WIN64/) # considered safe to ignore. # $base_cflags= " $mf_cflag"; - my $f = $shlib?' /MD':' /MT'; + my $f = $shlib || $fips ?' /MD':' /MT'; $opt_cflags=$f.' /Ox'; $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; -- cgit v1.2.3