Skip to Content.
Sympa Menu

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

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 (cb9cef595519897e34cd3a8507a76dc2fac319b8)
  • Date: Wed, 8 Jul 2020 22:30:37 +0000

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

database/db48/HISTORY | 4 ++++
database/db48/PRE_BUILD | 6 ++++++
2 files changed, 10 insertions(+)

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

db48: Fix build with GCC 10

commit 3dfaeb9716a37fa18f43fe2c0cc3e52e72bade7b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

db48: Fix build against musl

diff --git a/database/db48/HISTORY b/database/db48/HISTORY
index 5136d7b..1a2c5c7 100644
--- a/database/db48/HISTORY
+++ b/database/db48/HISTORY
@@ -1,3 +1,7 @@
+2020-07-08 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+ Fixed build with GCC 10
+
2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS:
Spell copied from older version of db
diff --git a/database/db48/PRE_BUILD b/database/db48/PRE_BUILD
new file mode 100755
index 0000000..dc4d0ff
--- /dev/null
+++ b/database/db48/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Fix building with GCC 10
+sedit 's/__atomic_compare_exchange/__db&/' dbinc/atomic.h &&
+# Fix building against musl libc
+sedit 's!maybe_os in$!& linux-musl*|\\!' dist/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cb9cef595519897e34cd3a8507a76dc2fac319b8), Ismael Luceno, 07/08/2020

Archive powered by MHonArc 2.6.24.

Top of Page