Subject: CVS commit: wip/webkit-gtk
From: Leonardo Taccari
Date: 2014-05-25 23:32:22
Message id: E1Wog24-0003kX-Ie@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Add --disable-optimizations and update TODO...

Please note that --enable-optimizations is by default yes and, at least in
pkgsrc, should not be:
 1. usually the user should decide her favourite CFLAGS
 2. --enable-optimizations also add -D_FORTIFY_SOURCE=2 without including
 -I/usr/include/ssp nor passing to the linker -lssp (seems)
The (2) is more critical and you can reproduce it, at least with lang/gcc48,
adding --enable-optimizations and watching that webkit-gtk will fail in the
configure phase when checking for pthread... Then please see the config.log
and you will find an error about <ssp.h>.

XXX: I am trying again to build it. THIS IS STILL EXPERIMENTAL!

Files:
RevisionActionfile
1.4modifywip/webkit-gtk/Makefile.common
1.8modifywip/webkit-gtk/TODO