Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9e96122a407d9f01fe643ba25016301ee06268f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9e96122a407d9f01fe643ba25016301ee06268f9)
  • Date: Mon, 7 Aug 2017 13:50:43 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/perl/BUILD | 2 +-
devel/perl/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9e96122a407d9f01fe643ba25016301ee06268f9
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

perl: build using arch from selected archspec

(cherry picked from commit d87d886aa6585bf65539fec74b68e2f77bb20d70)

Conflicts:
devel/perl/HISTORY

diff --git a/devel/perl/BUILD b/devel/perl/BUILD
index a5c21d7..eb7311b 100755
--- a/devel/perl/BUILD
+++ b/devel/perl/BUILD
@@ -39,7 +39,7 @@ else
rm -f config.sh
fi &&

-./Configure -Doptimize="$CFLAGS" $CONFIG_OPTS $PERL_PATHS &&
+setarch ${HOST%%-*} ./Configure -Doptimize="$CFLAGS" $CONFIG_OPTS
$PERL_PATHS &&

make depend &&
make &&
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index 144f31c..2a48502 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2017-08-07 Remko van der Vossen <wich AT sourcemage.org>
+ * BUILD: build using arch from selected archspec
+
2016-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH++ (this was a security update)




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9e96122a407d9f01fe643ba25016301ee06268f9), Vlad Glagolev, 08/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page