Skip to Content.
Sympa Menu

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

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 (5f38f1ece14628a86b7de80998ea44e3dbb7cb8e)
  • Date: Thu, 4 Apr 2024 14:33:35 +0000

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

ftp-libs/libtorrent/BUILD | 4 ++++
ftp-libs/libtorrent/DEPENDS | 5 +++++
ftp-libs/libtorrent/HISTORY | 3 +++
3 files changed, 12 insertions(+)

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

libtorrent: Fix build against musl

diff --git a/ftp-libs/libtorrent/BUILD b/ftp-libs/libtorrent/BUILD
new file mode 100755
index 0000000..d100b92
--- /dev/null
+++ b/ftp-libs/libtorrent/BUILD
@@ -0,0 +1,4 @@
+if is_depends_enabled "$SPELL" libexecinfo; then
+ LIBS+=' -lexecinfo'
+fi &&
+default_build
diff --git a/ftp-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
index 7cfe8a4..4e011e5 100755
--- a/ftp-libs/libtorrent/DEPENDS
+++ b/ftp-libs/libtorrent/DEPENDS
@@ -1,3 +1,8 @@
+case "$HOST" in
+ (*-musl)
+ depends libexecinfo
+ ;;
+esac &&
depends libsigc++3 &&
depends autoconf &&
depends automake &&
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index b5f36e5..d33c55a 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2023-10-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS: fix build against musl
+
2022-10-06 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: removed, not necessary



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (5f38f1ece14628a86b7de80998ea44e3dbb7cb8e), Ismael Luceno, 04/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page