mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
774fb4dede
Without a proper prefix, the `configure` script will probably pick up the host's OpenSSL library. This change makes sure the script always looks at the library present in the Serenity build dir.
8 lines
353 B
Bash
Executable file
8 lines
353 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=curl
|
|
version=7.77.0
|
|
useconfigure=true
|
|
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea"
|
|
auth_type=sha256
|
|
depends="openssl zlib"
|
|
configopts="--disable-ntlm-wb --with-openssl=${SERENITY_INSTALL_ROOT}/usr/local"
|