mirror of
https://github.com/curl/curl.git
synced 2026-04-26 05:12:15 +03:00
GHA: autoreconf downloaded tarballs where missing
To avoid using pre-built `./configure` scripts. Also: drop unrecognized nettle `./configure` option. Closes #21240
This commit is contained in:
parent
7b96563a05
commit
596f685da5
2 changed files with 4 additions and 1 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -710,6 +710,7 @@ jobs:
|
|||
--location "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${OPENLDAP_VERSION}.tgz" --output pkg.bin
|
||||
sha256sum pkg.bin && tar -xzf pkg.bin && rm -f pkg.bin
|
||||
cd "openldap-${OPENLDAP_VERSION}"
|
||||
autoreconf -fi
|
||||
./configure --prefix=/home/runner/openldap-static --enable-static --disable-shared --disable-slapd
|
||||
make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue