=== modified file 'profiles/packages/util-vserver/profile.bashrc' --- profiles/packages/util-vserver/profile.bashrc 2015-04-20 16:49:38 +0000 +++ profiles/packages/util-vserver/profile.bashrc 2015-04-20 16:00:16 +0000 @@ -1,5 +1,5 @@ # dev-libs/dietlibc doesn't build with hardened gcc, workaround that -if [[ "$PN" == dietlibc || "$PN" == util-vserver ]]; then +if [[ "$PN" == dietlibc ]]; then ___vanilla_gcc_spec_file=$(gcc-config -c | sed 's|-gnu-|-gnu/|; s|.*|/usr/lib/gcc/&/vanilla.specs|') if [[ -e "$___vanilla_gcc_spec_file" ]]; then einfo "forcing vanilla gcc profile for dietlibc"