Skip to Content.
Sympa Menu

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

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 (68c618ac1a11f0ca2a543be16a256c9d7ad943fd)
  • Date: Thu, 11 Aug 2022 10:32:44 +0000

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

net/socat/DEPENDS | 6 ++++++
net/socat/HISTORY | 3 +++
2 files changed, 9 insertions(+)

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

socat: Fix build against musl

diff --git a/net/socat/DEPENDS b/net/socat/DEPENDS
index ff27285..35fe850 100755
--- a/net/socat/DEPENDS
+++ b/net/socat/DEPENDS
@@ -1,3 +1,9 @@
+case "$HOST" in
+ (*-musl)
+ # as of 1.2.3 musl lacks getprotobynumber_r so pretend we're Solaris
+ depends musl sc_cv_getprotobynumber_r=2
+ ;;
+esac &&
depends autoconf &&

optional_depends SSL '--enable-openssl' \
diff --git a/net/socat/HISTORY b/net/socat/HISTORY
index 678137d..1f9a66f 100644
--- a/net/socat/HISTORY
+++ b/net/socat/HISTORY
@@ -1,3 +1,6 @@
+2022-08-11 Ismael Luceno <ismael AT iodev.co.uk>
+ * DEPENDS: fixed build against musl
+
2022-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.4.3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (68c618ac1a11f0ca2a543be16a256c9d7ad943fd), Ismael Luceno, 08/11/2022

Archive powered by MHonArc 2.6.24.

Top of Page