Skip to Content.
Sympa Menu

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

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 (fb1ba888dd7df64fbeca9e0fcaf5441aa5225c31)
  • Date: Sat, 25 Dec 2021 21:13:11 +0000

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

libs/redland/DETAILS | 1 +
libs/redland/HISTORY | 5 +++++
libs/redland/PRE_BUILD | 7 +++++++
3 files changed, 13 insertions(+)

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

redland: Disable installation of .la files

commit 6659095b9adbbd0457bbae204df171a782f45f00
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

redland: Fix build against musl

diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS
index d1d0442..0c65c39 100755
--- a/libs/redland/DETAILS
+++ b/libs/redland/DETAILS
@@ -1,5 +1,6 @@
SPELL=redland
VERSION=1.0.17
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index b7079ee..60a066d 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,8 @@
+2021-12-25 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+ disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL

diff --git a/libs/redland/PRE_BUILD b/libs/redland/PRE_BUILD
new file mode 100755
index 0000000..4f8d0db
--- /dev/null
+++ b/libs/redland/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ {build,libltdl/config}/ltmain.sh &&
+# fix build against musl
+sed -i 's!maybe_os in$!& linux-musl*|\\!' {build,libltdl/config}/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fb1ba888dd7df64fbeca9e0fcaf5441aa5225c31), Ismael Luceno, 12/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page