Changeset: ef53c5fe148e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ef53c5fe148e Modified Files: monetdb5/ChangeLog.Aug2011 monetdb5/extras/Makefile.ag Branch: Aug2011 Log Message:
crackers: make optional and disable by default Compiling crackers takes an awful lot of time, and basically all for nothing, it's never used. diffs (24 lines): diff --git a/monetdb5/ChangeLog.Aug2011 b/monetdb5/ChangeLog.Aug2011 --- a/monetdb5/ChangeLog.Aug2011 +++ b/monetdb5/ChangeLog.Aug2011 @@ -1,6 +1,10 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Wed Jul 13 2011 Fabian Groffen <[email protected]> +- Make crackers optional and disable by default, since it wasn't used + normally + * Fri Apr 22 2011 Fabian Groffen <[email protected]> - Authorisation no longer takes scenarios into account. Access for only sql or mal is no longer possible. Any credentials now mean access to diff --git a/monetdb5/extras/Makefile.ag b/monetdb5/extras/Makefile.ag --- a/monetdb5/extras/Makefile.ag +++ b/monetdb5/extras/Makefile.ag @@ -15,5 +15,5 @@ # Copyright August 2008-2011 MonetDB B.V. # All Rights Reserved. -SUBDIRS = compiler crackers HAVE_RAPTOR?rdf HAVE_SPHINXCLIENT?sphinx +SUBDIRS = compiler ENABLE_CRACKERS?crackers HAVE_RAPTOR?rdf HAVE_SPHINXCLIENT?sphinx _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
