Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdccb4d1

Browse files
committed
MSVC: Don't build ldap_password_func if not building with ldap
Blind attempt to fix issue with419a8dd found on drongo.
1 parentb85e910 commitdccb4d1

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)

[8]ページ先頭

©2009-2025 Movatter.jp