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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy