Bugzilla – Attachment 3654 Details for
Bug 3530
AC_CHECK_FUNCS of libfido2 functions generate wrong results if not using pkg-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Implement James' fix
bz3530.diff (text/plain), 429 bytes, created by
Damien Miller
on 2023-02-01 09:23:59 AEDT
(
hide
)
Description:
Implement James' fix
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2023-02-01 09:23:59 AEDT
Size:
429 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 622d1afbb..38625c77b 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -3239,7 +3239,7 @@ if test "x$enable_sk" = "xyes" -a "x$enable_sk_internal" != "xno" ; then > [Enable for built-in U2F/FIDO support]) > enable_sk="built-in" > saved_LIBS="$LIBS" >- LIBS="$LIBS $LIBFIDO2" >+ LIBS="$LIBFIDO2 $LIBS" > AC_CHECK_FUNCS([ \ > fido_assert_set_clientdata \ > fido_cred_prot \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3530
: 3654