Skip to content

Commit 9a79823

Browse files
committed
Blind attempt at fixing ecpg/compatlib's build
It now needs libpgcommon in order to get pnstrdup. Per buildfarm.
1 parent 0b9466f commit 9a79823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ sub mkvcbuild
302302
$libecpgcompat->AddIncludeDir('src/interfaces/ecpg/include');
303303
$libecpgcompat->AddIncludeDir('src/interfaces/libpq');
304304
$libecpgcompat->UseDef('src/interfaces/ecpg/compatlib/compatlib.def');
305-
$libecpgcompat->AddReference($pgtypes, $libecpg, $libpgport);
305+
$libecpgcompat->AddReference($pgtypes, $libecpg, $libpgport, $libpgcommon);
306306

307307
my $ecpg = $solution->AddProject('ecpg', 'exe', 'interfaces',
308308
'src/interfaces/ecpg/preproc');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy