mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Blind attempt at fixing ecpg/compatlib's build
It now needs libpgcommon in order to get pnstrdup. Per buildfarm.
This commit is contained in:
@ -302,7 +302,7 @@ sub mkvcbuild
|
||||
$libecpgcompat->AddIncludeDir('src/interfaces/ecpg/include');
|
||||
$libecpgcompat->AddIncludeDir('src/interfaces/libpq');
|
||||
$libecpgcompat->UseDef('src/interfaces/ecpg/compatlib/compatlib.def');
|
||||
$libecpgcompat->AddReference($pgtypes, $libecpg, $libpgport);
|
||||
$libecpgcompat->AddReference($pgtypes, $libecpg, $libpgport, $libpgcommon);
|
||||
|
||||
my $ecpg = $solution->AddProject('ecpg', 'exe', 'interfaces',
|
||||
'src/interfaces/ecpg/preproc');
|
||||
|
Reference in New Issue
Block a user