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 | 116f0da53f70ac0f59a830bdcc8c89571dae5e89 (patch) | |
tree | 1939854e3cd8126ed092d41cb8ea7cdc6dfc4039 /profiles | |
parent | stable (diff) | |
download | historical-116f0da53f70ac0f59a830bdcc8c89571dae5e89.tar.gz historical-116f0da53f70ac0f59a830bdcc8c89571dae5e89.tar.bz2 historical-116f0da53f70ac0f59a830bdcc8c89571dae5e89.zip |
- yank temp workaround for non-multilib systems
Diffstat (limited to 'profiles')
-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" |