Changeset: 57e1b2a0be86 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=57e1b2a0be86 Modified Files: configure.ag Branch: default Log Message:
Merge with Jul2015 branch. diffs (15 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -3351,7 +3351,10 @@ typedef lng ptrdiff_t; # define __declspec(x) #endif -/* work around problem compiling batxml.c with clang */ +/* work around problem compiling batxml.c with clang + * clang 3.5.0 claims to be GnuC 4.3, but doesn't accept + * __attribute__((alloc_size(N))), as libml2 2.9.2 expects + */ #if defined(__GNUC__) && defined(__clang__) #define LIBXML_ATTR_ALLOC_SIZE(x) #endif _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list