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

Commit 540113d

Browse files
committed
Unbreak MSVC builds for pg_archivecleanup by linking with libpgport
1 parent 41f302b commit 540113d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.57 2010/05/13 21:33:00 adunstan Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.58 2010/06/15 12:48:36 adunstan Exp $
77
#
88
use Carp;
99
use Win32;
@@ -28,7 +28,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
2828
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade',
2929
'vacuumlo');
3030
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby',
31-
'pg_upgrade', 'vacuumlo');
31+
'pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
3232
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
3333
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
3434
my $contrib_extrasource = {

0 commit comments

Comments
 (0)