mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
MSVC: Don't build ldap_password_func if not building with ldap
Blind attempt to fix issue with 419a8dd814
found on drongo.
This commit is contained in:
@ -475,6 +475,11 @@ sub mkvcbuild
|
|||||||
'pgcrypto';
|
'pgcrypto';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$solution->{options}->{ldap})
|
||||||
|
{
|
||||||
|
push @contrib_excludes, 'ldap_password_func';
|
||||||
|
}
|
||||||
|
|
||||||
if (!$solution->{options}->{uuid})
|
if (!$solution->{options}->{uuid})
|
||||||
{
|
{
|
||||||
push @contrib_excludes, 'uuid-ossp';
|
push @contrib_excludes, 'uuid-ossp';
|
||||||
|
Reference in New Issue
Block a user