MSVC: Don't link libpgcommon into pgcrypto.

Doing so was useful in 273c458a2b but
became obsolete when 818fd4a67d caused
postgres.exe to provide the relevant symbols.  No other loadable module
links to libpgcommon directly.
This commit is contained in:
Noah Misch 2017-07-16 23:13:58 -07:00
parent deb0129a22
commit 2f7f45a64b
1 changed files with 0 additions and 1 deletions

View File

@ -451,7 +451,6 @@ sub mkvcbuild
'imath.c');
}
$pgcrypto->AddReference($postgres);
$pgcrypto->AddReference($libpgcommon);
$pgcrypto->AddLibrary('ws2_32.lib');
my $mf = Project::read_file('contrib/pgcrypto/Makefile');
GenerateContribSqlFiles('pgcrypto', $mf);