File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
.github/scripts/download-bundled Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ! * .patch
Original file line number Diff line number Diff line change 1+ diff --git a/ext/uri/uriparser/src/UriConfig.h b/ext/uri/uriparser/src/UriConfig.h
2+ index b9a85a8..ab78b96 100644
3+ --- a/ext/uri/uriparser/src/UriConfig.h
4+ +++ b/ext/uri/uriparser/src/UriConfig.h
5+ @@ -41,7 +41,9 @@
6+
7+ # define PACKAGE_VERSION "@PROJECT_VERSION@"
8+
9+ + /*
10+ #cmakedefine HAVE_WPRINTF
11+ #cmakedefine HAVE_REALLOCARRAY
12+ + */
13+
14+ #endif /* !defined(URI_CONFIG_H) */
Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ cd ext/uri/uriparser
1919
2020# move renamed files
2121mv src/UriConfig.h.in src/UriConfig.h
22+
23+ # patch customized files
24+ git apply -v ../../../.github/scripts/download-bundled/uriparser.config.patch
You can’t perform that action at this time.
0 commit comments