Changeset: 38afcd7ae5f0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38afcd7ae5f0
Modified Files:
        tools/mserver/Makefile.ag
Branch: Jul2015
Log Message:

It seems we need the stream library as well, at least on some platforms.


diffs (12 lines):

diff --git a/tools/mserver/Makefile.ag b/tools/mserver/Makefile.ag
--- a/tools/mserver/Makefile.ag
+++ b/tools/mserver/Makefile.ag
@@ -41,7 +41,7 @@ bin_mserver5 = {
        SOURCES = mserver5.c monet_version.h monet_version.c.in \
                mserver5.1.in
        LIBS = ../../monetdb5/tools/libmonetdb5 \
-               ../../gdk/libbat \
+               ../../gdk/libbat ../../common/stream/libstream \
                $(curl_LIBS) $(pcre_LIBS) $(openssl_LIBS) $(PSAPILIB) \
                $(SOCKET_LIBS) $(MALLOC_LIBS) $(DL_LIBS) $(PTHREAD_LIBS)
 }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to