summaryrefslogtreecommitdiffstats
path: root/package/cppdb/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-17 11:25:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-19 16:41:07 +0200
commit2641edb8c49e0531af87eb00a35784785d604ec9 (patch)
treeaf2c812a9126fa37046712140ce872ac8181f81b /package/cppdb/Config.in
parent7b36de16ea356cf558179adbaaa2eef2f3864432 (diff)
downloadbuildroot-2641edb8c49e0531af87eb00a35784785d604ec9.tar.gz
buildroot-2641edb8c49e0531af87eb00a35784785d604ec9.zip
cppdb: enable postgresql support
Also: Fix mysql support. Add hash file. Forcibly disable automatic db support when it's not selected. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cppdb/Config.in')
-rw-r--r--package/cppdb/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cppdb/Config.in b/package/cppdb/Config.in
index 120598a901..19c9419d49 100644
--- a/package/cppdb/Config.in
+++ b/package/cppdb/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_CPPDB
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
# Can be built without them but it's useless
- depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_SQLITE
+ depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
help
CppDB is an SQL connectivity library that is designed to provide
platform and Database independent connectivity API similarly
@@ -14,6 +14,6 @@ config BR2_PACKAGE_CPPDB
http://cppcms.com/sql/cppdb/
comment "cppdb needs a toolchain w/ C++, threads, dynamic library"
- depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_SQLITE
+ depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud