mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
ReleaseNotes: https://lists.gnutls.org/pipermail/gnutls-help/2024-November/004865.html PR: 282723 Approved by: tijl (maintainer)
18 lines
587 B
Text
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; }
|