mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
MSVC: Don't link libpgcommon into pgcrypto.
Doing so was useful in273c458a2bbut became obsolete when818fd4a67dcaused postgres.exe to provide the relevant symbols. No other loadable module links to libpgcommon directly.
This commit is contained in:
parent
deb0129a22
commit
2f7f45a64b
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue