Skip to Content.
Sympa Menu

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

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 (0c2dfd56f022d04766b77d4f8b0f81e41e4869f4)
  • Date: Fri, 19 Jan 2024 19:01:12 +0000

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

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

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

parted: export LIBS var

diff --git a/disk/parted/BUILD b/disk/parted/BUILD
index a867eb4..8c0fee5 100755
--- a/disk/parted/BUILD
+++ b/disk/parted/BUILD
@@ -1,3 +1,5 @@
+export LIBS &&
+
case "$HOST" in
(*-musl)
LIBS+=' -liconv'
diff --git a/disk/parted/HISTORY b/disk/parted/HISTORY
index 352db19..bdd7270 100644
--- a/disk/parted/HISTORY
+++ b/disk/parted/HISTORY
@@ -1,3 +1,6 @@
+2024-01-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: marked LIBS for export
+
2023-11-13 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, BUILD: added GETTEXT as a hard dependency on musl systems
removed --disable-Werror, no longer needed



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0c2dfd56f022d04766b77d4f8b0f81e41e4869f4), Ismael Luceno, 01/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page