fix(curl)

libpsl causes some weird downstream behavior in php
This commit is contained in:
Jacob Heider 2024-07-02 17:09:56 -04:00 committed by Jacob Heider
parent a9726758af
commit 38f7b09a0c

View file

@ -12,14 +12,19 @@ dependencies:
openssl.org: ^1.1
curl.se/ca-certs: '*'
zlib.net: ^1.2.11
rockdaboot.github.io/libpsl: ^0 # added in 8.6.0
build:
- ./configure
--prefix={{prefix}}
--with-openssl
--with-ca-fallback # uses openssls certs (which we control)
- make --jobs {{ hw.concurrency }} install
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix={{prefix}}
- --with-openssl
# causes weird downstream bugs in php
- --without-libpsl
# uses openssls certs (which we control)
- --with-ca-fallback
test:
- curl -i pkgx.sh