diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2022-04-19 18:08:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:20 +0700 |
commit | 70083bd01bbede701066f4c19346eed8bd5a37cf (patch) | |
tree | 4df33761c145723d93510e6e02578f0f8de29048 /libraries/libdbi-drivers/README | |
parent | 156bc869c0cf8e0c82519c2d4cde1ff3ea66074a (diff) |
libraries/libdbi-drivers: fixup the postgres flags
Reported-by: T. Gessner <gessnert@usa.net>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdbi-drivers/README')
-rw-r--r-- | libraries/libdbi-drivers/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libdbi-drivers/README b/libraries/libdbi-drivers/README index e4a1b41c6a81a..1693b1baac70f 100644 --- a/libraries/libdbi-drivers/README +++ b/libraries/libdbi-drivers/README @@ -2,7 +2,7 @@ The libdbi-drivers project maintains drivers for the libdbi database abstraction layer written in C. Drivers are distributed separately from the library itself. -This includes the drivers for mysql and sqlite by default. +This includes the drivers for mysql and sqlite by default. If the optional dependecy postgresql is installed and the PGSQL="true" variable is set, then driver for it will be built as well. |