aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn b/www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn
index b5ac639bab8b..ac6b6c078435 100644
--- a/www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn
+++ b/www/ungoogled-chromium/files/patch-net_third__party_quiche_BUILD.gn
@@ -1,4 +1,4 @@
---- net/third_party/quiche/BUILD.gn.orig 2022-10-29 17:50:56 UTC
+--- net/third_party/quiche/BUILD.gn.orig 2022-12-02 17:56:32 UTC
+++ net/third_party/quiche/BUILD.gn
@@ -28,7 +28,7 @@ import("//build/config/chromeos/ui_mode.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
@@ -7,5 +7,5 @@
-build_epoll_based_tools = is_linux || is_chromeos
+build_epoll_based_tools = (is_linux && !is_bsd) || is_chromeos
- # TODO(crbug.com/1344231): Set this to always true. At which point, this
- # variable can go away and the conditionals below that depends on it can be
+ config("quiche_internal_config") {
+ cflags = []