We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea90d45 commit 98a5e56Copy full SHA for 98a5e56
3 files changed
.github/scripts/download-bundled/.gitignore
@@ -0,0 +1 @@
1
+!*.patch
.github/scripts/download-bundled/uriparser.config.patch
@@ -0,0 +1,14 @@
+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) */
.github/scripts/download-bundled/uriparser.sh
@@ -19,3 +19,6 @@ cd ext/uri/uriparser
19
20
# move renamed files
21
mv src/UriConfig.h.in src/UriConfig.h
22
23
+# patch customized files
24
+git apply -v ../../../.github/scripts/download-bundled/uriparser.config.patch
0 commit comments