Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17427/conf

Modified Files:
        MonetDB.m4 
Log Message:
Updates to the .spec files to be ever so slightly more compatible with
the Fedora packaging guidelines.

Use %configure instead of ./configure.  This implies removing the
--prefix, --bindir, etc. options.  This also implies that the compiler
will be called with -D_FORTIFY_SOURCE=2 which makes that the compiler
is even stricter than before.  So we do that now as well.

Some fixes to get things compiled with -D_FORTIFY_SOURCE=2.  Mostly,
we need to do something with the result of functions such as fwrite,
fread, ftruncate, system.

Added descriptions to all packages.

Created a MonetDB-testing package.

Enabled the MonetDB-SQL-devel package.

When creating the tar balls, remove extraneous execute bits, and don't
include files that are generated by configure (i.e. files for which
there is a corresponding .in file).


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- MonetDB.m4  23 Aug 2007 17:09:59 -0000      1.31
+++ MonetDB.m4  5 Sep 2007 17:05:43 -0000       1.32
@@ -555,6 +555,8 @@
            X_CFLAGS="$X_CFLAGS -Wdeclaration-after-statement";;
        esac
        X_CFLAGS="$X_CFLAGS -Wundef"
+       dnl  The default configure invocation when doing an rpmbuild also uses 
this
+       X_CFLAGS="$X_CFLAGS -Wp,-D_FORTIFY_SOURCE=2"
        dnl  Some versions of flex & bison seem to generate code
        dnl  that does not compile with `gcc -Wundef`;
        dnl  we use GCC_BISON_CFLAGS to disable the respective warning as


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to