diff options
-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" |