wcslib, bump to 8.4 (#13322)

This commit is contained in:
Schrijvers Luc
2025-12-03 15:59:34 +01:00
committed by GitHub
parent 1866d23350
commit 169f49b42d
2 changed files with 17 additions and 16 deletions

View File

@@ -0,0 +1,22 @@
From 6bc093d52a5c61ac20119c74ec40cb0d1818b8e8 Mon Sep 17 00:00:00 2001
From: Gabriele Baldassarre <gabriele@gabrielebaldassarre.com>
Date: Sun, 10 May 2020 22:41:35 +0000
Subject: Changed -lsocket to -lnetwork
diff --git a/configure.ac b/configure.ac
index 70d069b..d88880f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -472,7 +472,7 @@ if test "x$with_cfitsio" != xno -o \
AC_CHECK_FILE([$INCDIR/fitsio.h], [CFITSIOINC="-I$INCDIR"; break])
done
- AC_CHECK_LIB([socket], [recv], [CFITSIOLIB="-lsocket"], [], [$LIBS])
+ AC_CHECK_LIB([network], [recv], [CFITSIOLIB="-lnetwork"], [], [$LIBS])
AC_CHECK_LIB([cfitsio], [ffopen], [CFITSIOLIB="-lcfitsio $CFITSIOLIB"], [],
[$CFITSIOLIB $LIBS])
--
2.51.0