openpkg/openpkg.spec

changeset 470
f8813e60f168
parent 461
09d8a3107646
child 472
0746a003fc03
     1.1 --- a/openpkg/openpkg.spec	Fri Aug 03 17:45:51 2012 +0200
     1.2 +++ b/openpkg/openpkg.spec	Fri Aug 03 20:11:53 2012 +0200
     1.3 @@ -1200,6 +1200,12 @@
     1.4            -e 's;^\(#include  *<[^>][^>]*>\);/*\1*/;g' \
     1.5            rpmconstant/rpmconstant.h
     1.6  
     1.7 +      #   Avoid bugs causing 'fatal problems'
     1.8 +      sh $shtool subst \
     1.9 +          -e 's;\(rc = INTEGRITY\)_ERROR;\1_OK;g' \
    1.10 +          -e 's;integrity_check_message("%s\\n", result);((void)0);g' \
    1.11 +          rpmqv.c
    1.12 +
    1.13        #   provide nonstandard constructs
    1.14        cat > nonstandard.h <<EOF
    1.15  /* MSvB: define missing nonstandard GCC builtin extensions */

mercurial