Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/curl/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD
new file mode 100644
index 00000000..eaaffe13
--- /dev/null
+++ b/core/curl/PKGBUILD
@@ -0,0 +1,7 @@
+# disable QUIC for now (we have and old openssl library in staging?!)
+eval "$(
+ declare -f build | \
+ sed '
+ /configure/s/--with-openssl-quic//g
+ '
+)"