Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-02-16 10:09:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-02-16 10:09:36 +0100
commit9334c3d747f0266fdb40befe2e2b30c6045102c3 (patch)
tree141d6f6b848d527a0d87a1d9786b1e49ae45c579 /core
parentdf88fb7a4ce8f593c997e20002c3d75420ade2be (diff)
core/curl: disabling openssl quic for now
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
+ '
+)"