From 2b2e9706cb7f282029e6418daa372f05f471d055 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Fri, 10 May 2024 14:23:07 +0000 Subject: [PATCH] * build/vcpkg/apr-2/vcpkg.json: Sort features. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1917647 13f79535-47bb-0310-9956-ffa450edef68 --- build/vcpkg/apr-2/vcpkg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/vcpkg/apr-2/vcpkg.json b/build/vcpkg/apr-2/vcpkg.json index e255ee21f0..006a0591c6 100644 --- a/build/vcpkg/apr-2/vcpkg.json +++ b/build/vcpkg/apr-2/vcpkg.json @@ -28,15 +28,15 @@ } ] }, + "dbd-odbc": { + "description": "Build ODBC DBD driver" + }, "dbd-sqlite3": { "description": "Build SQLite3 DBD driver", "dependencies": [ "sqlite3" ] }, - "dbd-odbc": { - "description": "Build ODBC DBD driver" - }, "private-headers": { "description": "Install non-standard files required for building Apache httpd" },