summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-04 17:55:47 +0100
committerSam James <sam@gentoo.org>2024-05-10 18:27:06 +0100
commitad497426a6ab6c22cd1709b20de23f929f17455a (patch)
tree809377320844916f67971d82ab12587e493dfccf
parentperl-module.eclass: sort toolchain vars (diff)
downloadgentoo-ad497426a6ab6c22cd1709b20de23f929f17455a.tar.gz
gentoo-ad497426a6ab6c22cd1709b20de23f929f17455a.tar.bz2
gentoo-ad497426a6ab6c22cd1709b20de23f929f17455a.zip
dev-lang/perl: sort toolchain vars
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-lang/perl/perl-5.38.2-r2.ebuild4
-rw-r--r--dev-lang/perl/perl-5.38.2-r3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/perl/perl-5.38.2-r2.ebuild b/dev-lang/perl/perl-5.38.2-r2.ebuild
index 29d9fb34d478..a6120f17e34e 100644
--- a/dev-lang/perl/perl-5.38.2-r2.ebuild
+++ b/dev-lang/perl/perl-5.38.2-r2.ebuild
@@ -683,10 +683,10 @@ src_configure() {
myconf \
-Duseshrplib \
-Darchname="${myarch}" \
- -Dcc="$(tc-getCC)" \
-Dar="$(tc-getAR)" \
- -Dnm="$(tc-getNM)" \
+ -Dcc="$(tc-getCC)" \
-Dcpp="$(tc-getCPP)" \
+ -Dnm="$(tc-getNM)" \
-Dranlib="$(tc-getRANLIB)" \
-Accflags="${CFLAGS} -DNO_PERL_RAND_SEED" \
-Doptimize="${CFLAGS}" \
diff --git a/dev-lang/perl/perl-5.38.2-r3.ebuild b/dev-lang/perl/perl-5.38.2-r3.ebuild
index fddc6f527038..025d3b8ae213 100644
--- a/dev-lang/perl/perl-5.38.2-r3.ebuild
+++ b/dev-lang/perl/perl-5.38.2-r3.ebuild
@@ -713,10 +713,10 @@ src_configure() {
myconf \
-Duseshrplib \
-Darchname="${myarch}" \
- -Dcc="$(tc-getCC)" \
-Dar="$(tc-getAR)" \
- -Dnm="$(tc-getNM)" \
+ -Dcc="$(tc-getCC)" \
-Dcpp="$(tc-getCPP)" \
+ -Dnm="$(tc-getNM)" \
-Dranlib="$(tc-getRANLIB)" \
-Accflags="${CFLAGS} -DNO_PERL_RAND_SEED" \
-Doptimize="${CFLAGS}" \