FreeBSD Bugzilla – Attachment 248359 Details for
Bug 276983
devel/android-tools: build error error: no template named 'function' in namespace 'std'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
0001-devel-android-tools-Fix-build.patch (text/plain), 1.28 KB, created by
Mikael Urankar
on 2024-02-11 14:45:18 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2024-02-11 14:45:18 UTC
Size:
1.28 KB
patch
obsolete
>From 87f6addc625303eecd9608ee7d37e46be7ae702e Mon Sep 17 00:00:00 2001 >From: Mikael Urankar <mikael@FreeBSD.org> >Date: Sun, 11 Feb 2024 15:43:26 +0100 >Subject: [PATCH] devel/android-tools: Fix build > >Error message: >vendor/adb/tls/include/adb/tls/tls_connection.h:51:31: error: no template named 'function' in namespace 'std' > using CertVerifyCb = std::function<int(X509_STORE_CTX*)>; > >PR: 276983 >Approved by: portmgr (build fix blanket) >--- > ...ch-vendor_adb_tls_include_adb_tls_tls__connection.h | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h > >diff --git a/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h b/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h >new file mode 100644 >index 000000000000..afc4ed589316 >--- /dev/null >+++ b/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h >@@ -0,0 +1,10 @@ >+--- vendor/adb/tls/include/adb/tls/tls_connection.h.orig 2024-02-11 15:40:31 UTC >++++ vendor/adb/tls/include/adb/tls/tls_connection.h >+@@ -21,6 +21,7 @@ >+ >+ #include <string_view> >+ #include <vector> >++#include <functional> >+ >+ #include <android-base/unique_fd.h> >+ #include <openssl/ssl.h> >-- >2.43.0 >
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
Actions:
View
|
Diff
Attachments on
bug 276983
: 248359