cookutils diff cook.conf @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
parents 1fb0744972f7
children 01fbe9d46cb4
line diff
     1.1 --- a/cook.conf	Thu Jan 26 11:03:27 2017 +0200
     1.2 +++ b/cook.conf	Thu Dec 07 14:31:28 2017 +0200
     1.3 @@ -17,6 +17,9 @@
     1.4  DB="/var/lib/tazpkg"
     1.5  INSTALLED="$DB/installed"
     1.6  
     1.7 +# Result of "ls $INSTALLED | md5sum | cut -c1-32"
     1.8 +SETUP_MD5=""
     1.9 +
    1.10  # Quality Assurance (empty to disable receipt_quality).
    1.11  QA="0"
    1.12