cookutils diff cook.conf @ rev 1068

modules/compressor: compress_gif(): resulting file may be absent even if $?=0; lighttpd/index.cgi: avoid "flickering", show previous webstat values before updating
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 13:32:26 2018 +0300 (2018-06-06)
parents 5a63ab7642f2
children edf99e944ce6
line diff
     1.1 --- a/cook.conf	Wed Mar 21 14:05:08 2018 +0200
     1.2 +++ b/cook.conf	Wed Jun 06 13:32:26 2018 +0300
     1.3 @@ -77,9 +77,9 @@
     1.4  MAKEFLAGS="-j$(grep processor /proc/cpuinfo | wc -l)"
     1.5  
     1.6  # Note '-mindirect-branch=thunk' and friends appeared since GCC-7.3 and
     1.7 -# an earlier versions will produce comple errors.
     1.8 +# earlier versions will produce compile errors.
     1.9  # We use this flag against some flavors of the Spectre vulnerability.
    1.10 -# FIXME: it looks like the flag '-mindirect-branch=thunk-extern' recommended,
    1.11 +# FIXME: it looks like the flag '-mindirect-branch=thunk-extern' is recommended,
    1.12  # but no one app is compiled using it even using GCC-7.3. Is something wrong?
    1.13  case "$ARCH" in
    1.14  	i?86)   CFLAGS="-march=$ARCH  -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1";;
    1.15 @@ -91,7 +91,7 @@
    1.16  # Binutils 2.22 breaks many packages built without LDFLAGS set correctly.
    1.17  #LDFLAGS="-Wl,--copy-dt-needed-entries -lXt"
    1.18  
    1.19 -# These LDFLAGS will minify runtime dependencies (show by ldd)
    1.20 +# These LDFLAGS will minify runtime dependencies (shown by ldd)
    1.21  # in the most cases when libtool used.
    1.22  #   https://bugzilla.gnome.org/show_bug.cgi?id=655517
    1.23  #   https://wiki.gentoo.org/wiki/Project:Quality_Assurance/As-needed