Skip to content

Commit 5d3ecbf

Browse files
committed
chore: update build_add_gn_build_files.patch
upstream dep histogram 0.11.7 moved its include path from src/ to include/ Xref: nodejs/node#47742
1 parent d6842f8 commit 5d3ecbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,12 +887,12 @@ index 0000000000000000000000000000000000000000..0daf8c006cef89e76d7eccec3e924bd2
887887
+}
888888
diff --git a/deps/histogram/BUILD.gn b/deps/histogram/BUILD.gn
889889
new file mode 100644
890-
index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c7d0788a6
890+
index 0000000000000000000000000000000000000000..02bc887db7c8545e1d8adc57f73f203eec2f2592
891891
--- /dev/null
892892
+++ b/deps/histogram/BUILD.gn
893893
@@ -0,0 +1,19 @@
894894
+config("histogram_config") {
895-
+ include_dirs = [ "src" ]
895+
+ include_dirs = [ "include" ]
896896
+
897897
+ cflags = [
898898
+ "-Wno-implicit-function-declaration",
@@ -910,6 +910,7 @@ index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c
910910
+ "src/hdr_histogram.h",
911911
+ ]
912912
+}
913+
\ No newline at end of file
913914
diff --git a/deps/llhttp/BUILD.gn b/deps/llhttp/BUILD.gn
914915
new file mode 100644
915916
index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb7770d109

0 commit comments

Comments
 (0)