Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (178c001e739b44ecb21d5376918bd41c03e57d17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (178c001e739b44ecb21d5376918bd41c03e57d17)
  • Date: Mon, 15 Jan 2024 19:34:27 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

libs/glibc/DEPENDS | 5 +++++
libs/glibc/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 178c001e739b44ecb21d5376918bd41c03e57d17
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

glibc: require binutils >=2.30

diff --git a/libs/glibc/DEPENDS b/libs/glibc/DEPENDS
index c8016c5..104512d 100755
--- a/libs/glibc/DEPENDS
+++ b/libs/glibc/DEPENDS
@@ -15,6 +15,11 @@ if [[ "x${GLIBC_INSTALLED_GCC//.*/}" !=
"x${GLIBC_GCC_VERSION}" ]]; then
force_depends gcc
fi &&

+# Need binutils >=2.30 for --no-dynamic-linker support
+if is_version_less $(installed_version binutils) 2.30; then
+ force_depends binutils
+fi &&
+
runtime_depends tzdata &&
optional_depends libselinux '--with-selinux' '--without-selinux' 'for
selinux support' &&

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 7b1965c..e035d57 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2024-01-15 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: require binutils >=2.30 for support of --no-dynamic-linker
option
+
2024-01-14 Remko van der Vossen <wich AT sourcemage.org>
* BUILD: force to use bfd ld to build glibc




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (178c001e739b44ecb21d5376918bd41c03e57d17), Remko van der Vossen, 01/15/2024

Archive powered by MHonArc 2.6.24.

Top of Page