Skip to Content.
Sympa Menu

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

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 (8af70d6ca8527e55d84582739290995e3419ac2b)
  • Date: Sat, 18 May 2019 01:48:15 +0000

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

archive/lzop/HISTORY | 3 +++
archive/lzop/PRE_BUILD | 2 ++
libs/popt/HISTORY | 3 +++
libs/popt/PRE_BUILD | 1 +
4 files changed, 9 insertions(+)

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

popt: Fix build against musl

commit 2bfa6fbf79ff6498261515e85b61c32195058b2e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lzop: Fix build against musl

diff --git a/archive/lzop/HISTORY b/archive/lzop/HISTORY
index 4d1d12b..a8e5166 100644
--- a/archive/lzop/HISTORY
+++ b/archive/lzop/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2016-11-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, static-assert.patch, static-inlines.patch: add patches
from
Debian to fix compile error with gcc 6
diff --git a/archive/lzop/PRE_BUILD b/archive/lzop/PRE_BUILD
index 915733b..6e43b1a 100755
--- a/archive/lzop/PRE_BUILD
+++ b/archive/lzop/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

+sedit 's!maybe_os in$!& linux-musl*|\\!' autoconf/config.sub &&
+
patch -p1 < "${SPELL_DIRECTORY}/static-assert.patch" &&
patch -p1 < "${SPELL_DIRECTORY}/static-inlines.patch"
diff --git a/libs/popt/HISTORY b/libs/popt/HISTORY
index 48b2223..767e3d3 100644
--- a/libs/popt/HISTORY
+++ b/libs/popt/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2015-07-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: build static and shared library

diff --git a/libs/popt/PRE_BUILD b/libs/popt/PRE_BUILD
index 0a2f2ed..c336bbb 100755
--- a/libs/popt/PRE_BUILD
+++ b/libs/popt/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
# simple hack of configure to prevent lib64
sed -i "s:MARK64=64:MARK64=:" configure




Archive powered by MHonArc 2.6.24.

Top of Page