summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index d159f0f63e..acd2e7b676 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -260,7 +260,9 @@ sub do_lib_rule
{
local($ex)=($target =~ /O_CRYPTO/)?'':' $(L_CRYPTO)';
if ($name eq "")
- {}
+ {
+ $ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
+ }
elsif ($FLAVOR =~ /CE/)
{
$ex.=' winsock.lib';