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:
parent
b85e91023b
commit
dccb4d1c03
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user