diff options
author | Ned Ludd <solar@gentoo.org> | 2005-04-21 14:21:22 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-04-21 14:21:22 +0000 |
commit | 8f647a48ee5a3cd441ddd1eecc1feb75544f3534 (patch) | |
tree | 5365dae9c8c1100346a62b8b5c6b99ca04fc0143 /profiles/hardened | |
parent | Version bump; closes bug 77514 and 82462. Marked 1.0.3 stable on x86. (diff) | |
download | gentoo-2-8f647a48ee5a3cd441ddd1eecc1feb75544f3534.tar.gz gentoo-2-8f647a48ee5a3cd441ddd1eecc1feb75544f3534.tar.bz2 gentoo-2-8f647a48ee5a3cd441ddd1eecc1feb75544f3534.zip |
- yank temp workaround for non-multilib systems
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/profile.bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/hardened/amd64/profile.bashrc b/profiles/hardened/amd64/profile.bashrc index 6e73662e0791..a23dacf85363 100644 --- a/profiles/hardened/amd64/profile.bashrc +++ b/profiles/hardened/amd64/profile.bashrc @@ -3,6 +3,3 @@ #SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" addwrite /usr/lib64/conftest addwrite /usr/lib64/cf - -# quick fix for non-multilib systems -([[ "$EBUILD_PHASE" = "compile" ]] && [[ $PN = "libperl" ]]) && export CFLAGS="${CFLAGS} -DHAS_SHMAT_PROTOTYPE" |