Skip to content

Commit 7babd25

Browse files
author
Ivan Zhakov
committed
Merge r1925677 from apr/trunk:
vcpkg: Add LDAP feature. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1925678 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3c02898 commit 7babd25

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/windows-vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
port:
1919
- apr-util
2020
- apr-util[core]
21-
- apr-util[crypto,dbd-sqlite3,dbd-odbc,dbd-postgresql,xlate]
21+
- apr-util[crypto,dbd-sqlite3,dbd-odbc,dbd-postgresql,ldap,xlate]
2222
fail-fast: false
2323

2424
name: "${{ matrix.port }}:${{ matrix.triplet }} on ${{ matrix.os }}"

build/vcpkg/apr-util/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
1818
dbd-odbc FEATURE_DBD_ODBC
1919
dbd-sqlite3 FEATURE_DBD_SQLITE3
2020
dbd-postgresql FEATURE_DBD_PGQL
21+
ldap FEATURE_LDAP
2122
)
2223

2324
vcpkg_cmake_configure(
@@ -29,6 +30,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
2930
-DAPU_HAVE_ODBC=${FEATURE_DBD_ODBC}
3031
-DAPU_HAVE_SQLITE3=${FEATURE_DBD_SQLITE3}
3132
-DAPU_HAVE_PGSQL=${FEATURE_DBD_PGQL}
33+
-DAPR_HAS_LDAP=${FEATURE_LDAP}
3234
-DAPU_USE_EXPAT=ON
3335
)
3436

build/vcpkg/apr-util/vcpkg.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
}
4747
]
4848
},
49+
"ldap": {
50+
"description": "LDAP support"
51+
},
4952
"xlate": {
5053
"description": "Xlate support",
5154
"dependencies": [

0 commit comments

Comments
 (0)