Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 455232 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/misc-functions.sh (-2 / +2 lines)
Lines 413-421 install_qa_check() { Link Here
413
               fi
413
               fi
414
414
415
               # Check for files built without respecting LDFLAGS
415
               # Check for files built without respecting LDFLAGS
416
               if [[ "${LDFLAGS}" == *,--hash-style=gnu* ]] && \
416
               if [[ "${LDFLAGS}" == *,--hash-style=sysv* ]] && \
417
                       ! has binchecks ${RESTRICT} ; then
417
                       ! has binchecks ${RESTRICT} ; then
418
                       f=$(scanelf -qyRF '#k%p' -k .hash "${ED}")
418
                       f=$(scanelf -qyRF '#k%p' -k '!.hash' "${ED}")
419
                       if [[ -n ${f} ]] ; then
419
                       if [[ -n ${f} ]] ; then
420
                               echo "${f}" > "${T}"/scanelf-ignored-LDFLAGS.log
420
                               echo "${f}" > "${T}"/scanelf-ignored-LDFLAGS.log
421
                               if [ "${QA_STRICT_FLAGS_IGNORED-unset}" = unset ] ; then
421
                               if [ "${QA_STRICT_FLAGS_IGNORED-unset}" = unset ] ; then

Return to bug 455232