Index: ebuild.sh =================================================================== RCS file: /var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v retrieving revision 1.197 diff -u -b -B -w -p -r1.197 ebuild.sh --- ebuild.sh 21 Sep 2004 01:08:05 -0000 1.197 +++ ebuild.sh 1 Oct 2004 02:34:49 -0000 @@ -971,7 +971,8 @@ dyn_install() { #uncomment this line out after developers have had ample time to fix pkgs. #UNSAFE=$(($UNSAFE + 1)) echo -ne '\a' - echo "QA Notice: Security risk ${x:${#D}:${#x}}. Please consider relinking with 'append-ldflags -Wl,-z,now' to fix." + echo "QA Notice: ${x:${#D}:${#x}} is setXid, dynamically linked and using lazy bindings." + echo "This combination is generally discouraged. Try: LDFLAGS='-Wl,-z,now' emerge ${PN}" echo -ne '\a' sleep 1 fi