Skip to content

Commit

Permalink
dev-vcs/mercurial: Make CFLAGS local before modification
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Cédric Krier <[email protected]>
  • Loading branch information
cedk committed Jan 26, 2020
1 parent 9bceb38 commit ac27e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-vcs/mercurial/mercurial-5.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ python_prepare_all() {

python_compile() {
strip-flags -ftracer -ftree-vectorize
python_is_python3 || append-flags -fno-strict-aliasing
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile build_ext --no-zstd
}

Expand Down

0 comments on commit ac27e57

Please sign in to comment.