ports/security/gnutls/files/patch-configure
Yasuhiro Kimura 6f4dcd3f30 security/gnutls: Update to 3.8.8
ReleaseNotes:	https://lists.gnutls.org/pipermail/gnutls-help/2024-November/004865.html
PR:		282723
Approved by:	tijl (maintainer)
2024-11-14 09:01:42 +09:00

18 lines
587 B
Text

--- configure.orig 2016-03-03 07:52:15 UTC
+++ configure
@@ -47228,6 +47228,7 @@ fi
$as_echo "$enable_dane" >&6; }
if test "$enable_dane" != "no"; then
+ oldlibs="$LIBS"
LIBS="$oldlibs -lunbound"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unbound library" >&5
$as_echo_n "checking for unbound library... " >&6; }
@@ -47444,6 +47445,7 @@ else
fi
if test "$with_tpm" != "no"; then
+ oldlibs="$LIBS"
LIBS="$oldlibs -ltspi"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tss library" >&5
$as_echo_n "checking for tss library... " >&6; }