Changeset: 3924b771df4c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3924b771df4c
Modified Files:
        
Branch: headless
Log Message:

Merged from default


diffs (26 lines):

diff --git a/clients/odbc/samples/Makefile.ag b/clients/odbc/samples/Makefile.ag
--- a/clients/odbc/samples/Makefile.ag
+++ b/clients/odbc/samples/Makefile.ag
@@ -17,12 +17,16 @@
 
 MTSAFE
 
-BINS = {
-       CONDINST = HAVE_TESTING
-       DIR = libdir/monetdb/tests
-       SOURCES = odbcsample1.c testgetinfo.c
-       LIBS = ../driver/libMonetODBC ../../mapilib/libmapi $(curl_LIBS)
-}
+# FIXME: libMonetODBC is actually a module, once cannot link against
+# that on Darwin.  We need to properly link against (unix)ODBC and use
+# it's drivermanager which correctly dlopens the MonetODBC module.  This
+# requires a odbc.ini file, and testing to be aware of it as well.
+#BINS = {
+#      CONDINST = HAVE_TESTING
+#      DIR = libdir/monetdb/tests
+#      SOURCES = odbcsample1.c testgetinfo.c
+#      LIBS = ../driver/libMonetODBC ../../mapilib/libmapi $(curl_LIBS)
+#}
 
 bin_odbctest = {
        COND = NATIVE_WIN32
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to