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

Collapse All | Expand All

(-)bin/ebuild.sh (-3 / +7 lines)
Lines 1103-1113 Link Here
1103
			echo -ne '\a\n'
1103
			echo -ne '\a\n'
1104
			echo "QA Notice: the following files contain insecure RUNPATH's"
1104
			echo "QA Notice: the following files contain insecure RUNPATH's"
1105
			echo " Please file a bug about this at http://bugs.gentoo.org/"
1105
			echo " Please file a bug about this at http://bugs.gentoo.org/"
1106
			echo " For more information on this issue, kindly review:"
1106
			echo " with the maintaining herd of the package."
1107
			echo " http://bugs.gentoo.org/81745"
1107
			echo " Summary: $CATEGORY/$PN: insecure RPATH ${f}"
1108
			echo "${f}"
1108
			echo "${f}"
1109
			echo -ne '\a\n'
1109
			echo -ne '\a\n'
1110
			insecure_rpath=1
1110
			if has stricter ${FEATURES}; then
1111
				insecure_rpath=1
1112
			else
1113
				scanelf -BXr ${f}
1114
			fi
1111
		fi
1115
		fi
1112
1116
1113
		# Check for setid binaries but are not built with BIND_NOW
1117
		# Check for setid binaries but are not built with BIND_NOW

Return to bug 124962