index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/curl/PKGBUILD | 7 |
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 + ' +)" |