Skip to Content.
Sympa Menu

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

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 (8a151a97745d25e73ba072b10f1534cdef24a284)
  • Date: Fri, 24 May 2019 19:51:06 +0000

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

devel/autoconf/HISTORY | 3 +++
devel/autoconf/PRE_BUILD | 3 +++
2 files changed, 6 insertions(+)

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

autoconf: Fix build against musl

diff --git a/devel/autoconf/HISTORY b/devel/autoconf/HISTORY
index 3d7b9f4..3dad0b6 100644
--- a/devel/autoconf/HISTORY
+++ b/devel/autoconf/HISTORY
@@ -1,3 +1,6 @@
+2019-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2019-01-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: switch to .xz
* DEPENDS: remove gnupg
diff --git a/devel/autoconf/PRE_BUILD b/devel/autoconf/PRE_BUILD
new file mode 100755
index 0000000..c179f78
--- /dev/null
+++ b/devel/autoconf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' build-aux/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8a151a97745d25e73ba072b10f1534cdef24a284), Ismael Luceno, 05/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page