Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f7f45a

Browse files
committed
MSVC: Don't link libpgcommon into pgcrypto.
Doing so was useful in 273c458 but became obsolete when 818fd4a caused postgres.exe to provide the relevant symbols. No other loadable module links to libpgcommon directly.
1 parent deb0129 commit 2f7f45a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ sub mkvcbuild
451451
'imath.c');
452452
}
453453
$pgcrypto->AddReference($postgres);
454-
$pgcrypto->AddReference($libpgcommon);
455454
$pgcrypto->AddLibrary('ws2_32.lib');
456455
my $mf = Project::read_file('contrib/pgcrypto/Makefile');
457456
GenerateContribSqlFiles('pgcrypto', $mf);

0 commit comments

Comments
 (0)