mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
MSVC: Don't link libpgcommon into pgcrypto.
Doing so was useful in273c458a2b
but became obsolete when818fd4a67d
caused postgres.exe to provide the relevant symbols. No other loadable module links to libpgcommon directly.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user