Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (006affa53fad07c1e10182d70b404ba8ec35df1b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (006affa53fad07c1e10182d70b404ba8ec35df1b)
  • Date: Mon, 6 Jan 2025 21:05:18 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/c-ares/HISTORY | 3 +++
libs/c-ares/PRE_BUILD | 4 ++++
utils/util-linux/HISTORY | 3 +++
utils/util-linux/PRE_BUILD | 4 +++-
4 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 006affa53fad07c1e10182d70b404ba8ec35df1b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

util-linux - prevent .la files

commit 7ccf55386fafa3b5546b462d4c5764796a39eb4e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

c-ares - prevent .la files

diff --git a/libs/c-ares/HISTORY b/libs/c-ares/HISTORY
index cc20547..d35d183 100644
--- a/libs/c-ares/HISTORY
+++ b/libs/c-ares/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: prevent .la files
+
2024-12-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.34.4

diff --git a/libs/c-ares/PRE_BUILD b/libs/c-ares/PRE_BUILD
new file mode 100755
index 0000000..02bf204
--- /dev/null
+++ b/libs/c-ares/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+patch_configure_libtool_override &&
+patch_bundled_libtool config/ltmain.sh
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 51124a6..ba5eaf7 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: prevent .la files
+
2024-10-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.40.2

diff --git a/utils/util-linux/PRE_BUILD b/utils/util-linux/PRE_BUILD
index 0e5c77b..ba6323f 100755
--- a/utils/util-linux/PRE_BUILD
+++ b/utils/util-linux/PRE_BUILD
@@ -18,4 +18,6 @@ if [[ $UL_VERSION == aes ]]; then
verify_file 3 &&
bzcat "$SOURCE_CACHE/$SOURCE3" | patch -p1 &&
autoreconf -fi
-fi
+fi &&
+patch_configure_libtool_override &&
+patch_bundled_libtool config/ltmain.sh


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (006affa53fad07c1e10182d70b404ba8ec35df1b), Treeve Jelbert, 01/06/2025

Archive powered by MHonArc 2.6.24.

Top of Page