mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +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';
|
||||
}
|
||||
|
||||
if (!$solution->{options}->{ldap})
|
||||
{
|
||||
push @contrib_excludes, 'ldap_password_func';
|
||||
}
|
||||
|
||||
if (!$solution->{options}->{uuid})
|
||||
{
|
||||
push @contrib_excludes, 'uuid-ossp';
|
||||
|
Reference in New Issue
Block a user