Skip to Content.
Sympa Menu

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

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 (93b16a595642b39cf510063dc195553a2392b053)
  • Date: Wed, 9 Aug 2023 18:36:13 +0000

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

disk/xfsprogs/BUILD | 2 ++
disk/xfsprogs/HISTORY | 3 +++
2 files changed, 5 insertions(+)

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

xfsprogs: Fix build against musl

diff --git a/disk/xfsprogs/BUILD b/disk/xfsprogs/BUILD
index 3d96eaf..a2c60de 100755
--- a/disk/xfsprogs/BUILD
+++ b/disk/xfsprogs/BUILD
@@ -4,6 +4,8 @@

disable_reject_underlinking &&

+CFLAGS+=' -D_LARGEFILE64_SOURCE' && # to expose off64_t and related symbols
+
OPTS="DEBUG=-DNDEBUG \
--libexecdir=$DEFAULT_ROOT/usr/lib \
--sbindir=$DEFAULT_ROOT/sbin \
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 980bce8..bd8b605 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,6 @@
+2023-08-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build against musl
+
2023-07-09 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 6.3.0




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

Archive powered by MHonArc 2.6.24.

Top of Page