Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d39661653bdbcea0ad2650aa2a7b5048d7df0862)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d39661653bdbcea0ad2650aa2a7b5048d7df0862)
  • Date: Fri, 9 Aug 2019 09:45:19 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/perl/HISTORY | 3 +++
devel/perl/PRE_BUILD | 7 -------
2 files changed, 3 insertions(+), 7 deletions(-)

New commits:
commit d39661653bdbcea0ad2650aa2a7b5048d7df0862
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl: Remove PRE_BUILD; no longer needed

diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index d62dfce..504df6f 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2019-08-09 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed; no longer needed
+
2019-08-09 Eric Sandall <sandalle AT sourcemage.org>
* I don't know what folks are doing with musl, but do NOT break
non-musl installs please.
* PRE_BUILD: Disable gccversion hack, breaks non-musl builds. Find a
compatible way to do it. :)
diff --git a/devel/perl/PRE_BUILD b/devel/perl/PRE_BUILD
deleted file mode 100644
index e4d6111..0000000
--- a/devel/perl/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-# This breaks on gcc 9.1.0 and glibc 2.29, no musl
-# I tried downgrading -fstack-protector-strong to just -fstack-protector
with sed, but that still segfaulted.
-# gcc with non-musl is built with '--enable-default-ssp', but with musl is
built with '--disable-default-ssp'
-# see `git log PRE_BUILD` for error
-#cd "$SOURCE_DIRECTORY" &&
-#sedit 's@gccversion" in@& [1-3][!.]*|[4-9]*|\\@' Configure &&



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d39661653bdbcea0ad2650aa2a7b5048d7df0862), Ismael Luceno, 08/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page