File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
1919 xlate FEATURE_XLATE
2020 dbd-odbc FEATURE_DBD_ODBC
2121 dbd-sqlite3 FEATURE_DBD_SQLITE3
22+ dbd-postgresql FEATURE_DBD_PGQL
2223 )
2324
2425 vcpkg_cmake_configure(
@@ -30,6 +31,7 @@ if (VCPKG_TARGET_IS_WINDOWS)
3031 -DAPU_HAVE_ICONV=${FEATURE_XLATE}
3132 -DAPU_HAVE_ODBC=${FEATURE_DBD_ODBC}
3233 -DAPU_HAVE_SQLITE3=${FEATURE_DBD_SQLITE3}
34+ -DAPU_HAVE_PGSQL=${FEATURE_DBD_PGQL}
3335 -DAPU_USE_EXPAT=${APU_USE_EXPAT}
3436 -DAPR_INSTALL_PRIVATE_H=${INSTALL_PRIVATE_H}
3537 )
Original file line number Diff line number Diff line change 3939 " sqlite3"
4040 ]
4141 },
42+ "dbd-postgresql" : {
43+ "description" : " Build PostgreSQL DBD driver" ,
44+ "dependencies" : [
45+ {
46+ "name" : " libpq" ,
47+ "default-features" : false ,
48+ "features" : []
49+ }
50+ ]
51+ },
4252 "private-headers" : {
4353 "description" : " Install non-standard files required for building Apache httpd"
4454 },
You can’t perform that action at this time.
0 commit comments