From ed95cdf4f22c40223e2829d96b9959016eb6002c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 5 Oct 2012 12:30:49 +0300 Subject: [PATCH] No point with ODBC for Android or iOS Sure, little point for them with the other stuff here in connectivity either, but those parts at least compile. If/when I get back to getting the --disable-database-connectivity thing to work, all of conectivity will be bypassed for Android and iOS, of course. Change-Id: I4eeeb9ccdf46fb2e1df8bf75aef63e17cbb97bbf --- connectivity/Module_connectivity.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index beb34bdc3c5b..3cd7daa38b48 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -45,8 +45,9 @@ $(eval $(call gb_Module_add_targets,connectivity,\ Library_file \ Library_flat \ Library_mysql \ - Library_odbc \ - Library_odbcbase \ + $(if $(filter ANDROID IOS,$(OS)),, \ + Library_odbc \ + Library_odbcbase) \ Library_sdbc2 \ Package_generated \ Package_inc \