Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/curl/PKGBUILD
blob: eaaffe13453ba71dcecd310bd28fe31cdb0f9328 (plain)
1
2
3
4
5
6
7
# disable QUIC for now (we have and old openssl library in staging?!)
eval "$(
  declare -f build | \
    sed '
      /configure/s/--with-openssl-quic//g
    '
)"