On Wed, 8 Mar 2006 00:17:52 -0500
Mike Frysinger <[EMAIL PROTECTED]> wrote:

> how does the attached patch look ?  it allows for regexes in the
> ignore list which is why i used gawk ;)

Could we add something so that we can disable these ignore lists in the
hardened profile?  At least something like:

if [[ -n ${QA_STRICT_TEXTRELS} ]]; then
    f=$(scanelf -qyRF '%t %p' "${D}")
else
    .... filter version
fi
...

where we can add QA_STRICT_TEXTRELS to make.defaults.

-- 
Kevin F. Quinn

Attachment: signature.asc
Description: PGP signature

Reply via email to