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

Collapse All | Expand All

(-)ebuild.sh (-1 / +2 lines)
Lines 971-977 dyn_install() { Link Here
971
						#uncomment this line out after developers have had ample time to fix pkgs.
971
						#uncomment this line out after developers have had ample time to fix pkgs.
972
						#UNSAFE=$(($UNSAFE + 1))
972
						#UNSAFE=$(($UNSAFE + 1))
973
						echo -ne '\a'
973
						echo -ne '\a'
974
						echo "QA Notice: Security risk ${x:${#D}:${#x}}. Please consider relinking with 'append-ldflags -Wl,-z,now' to fix."
974
						echo "QA Notice: ${x:${#D}:${#x}} is setXid, dynamically linked and using lazy bindings."
975
						echo "This combination is generally discouraged. Try: LDFLAGS='-Wl,-z,now' emerge ${PN}"
975
						echo -ne '\a'
976
						echo -ne '\a'
976
						sleep 1
977
						sleep 1
977
					fi
978
					fi

Return to bug 62674