From: Bernd Kuhls Date: Fri, 6 Mar 2015 16:49:42 +0000 (+0100) Subject: package/qt: enable unixodbc support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f33fe4886e2a2b8254fc68aaacdcce316d31a1ed;p=buildroot.git package/qt: enable unixodbc support Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in index 6bf4944111..037837fd62 100644 --- a/package/qt/Config.sql.in +++ b/package/qt/Config.sql.in @@ -23,7 +23,7 @@ config BR2_PACKAGE_QT_IBASE config BR2_PACKAGE_QT_ODBC bool "ODBC Driver" - depends on BROKEN # libodbc not in BR + select BR2_PACKAGE_UNIXODBC help Build ODBC driver If unsure, say n. diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 8b5aa17033..76acbfcea4 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -345,6 +345,7 @@ QT_DEPENDENCIES += mysql endif ifeq ($(BR2_PACKAGE_QT_ODBC),y) QT_CONFIGURE_OPTS += -qt-sql-odbc +QT_DEPENDENCIES += unixodbc endif ifeq ($(BR2_PACKAGE_QT_PSQL),y) QT_CONFIGURE_OPTS += -qt-sql-psql -psql_config $(STAGING_DIR)/usr/bin/pg_config