pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/webkit-gtk



Module name:    wip
Committed by:   leot1990
Date:           Sun May 25 21:32:22 UTC 2014

Modified Files:
        wip/webkit-gtk: Makefile.common TODO

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!


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/webkit-gtk/Makefile.common
cvs -z3 rdiff -u -r1.7 -r1.8 wip/webkit-gtk/TODO

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/Makefile.common?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/webkit-gtk/TODO?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index