Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dccb4d1

Browse files
committed
MSVC: Don't build ldap_password_func if not building with ldap
Blind attempt to fix issue with 419a8dd found on drongo.
1 parent b85e910 commit dccb4d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@ sub mkvcbuild
475475
'pgcrypto';
476476
}
477477

478+
if (!$solution->{options}->{ldap})
479+
{
480+
push @contrib_excludes, 'ldap_password_func';
481+
}
482+
478483
if (!$solution->{options}->{uuid})
479484
{
480485
push @contrib_excludes, 'uuid-ossp';

0 commit comments

Comments
 (0)