summaryrefslogtreecommitdiffstats
path: root/ftp/curl/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/PRE_BUILD')
-rwxr-xr-xftp/curl/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftp/curl/PRE_BUILD b/ftp/curl/PRE_BUILD
new file mode 100755
index 0000000000..df257be8cf
--- /dev/null
+++ b/ftp/curl/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if is_depends_enabled ${SPELL} nghttp3; then
+ patch -p1 < "${SPELL_DIRECTORY}/ngtcp2-openssl.patch"
+fi