mirror of
https://github.com/curl/curl.git
synced 2026-08-02 01:50:32 +03:00
configure: fail if PSL is not disabled but not found
Regression since 9b3f67e (shipped in 8.7.0)
Reported-by: Ryan Carsten Schmidt
Fixes #14373
Assisted-by: Viktor Szakats
Closes #14379
This commit is contained in:
parent
7d45b52166
commit
ed2850456c
4 changed files with 5 additions and 8 deletions
|
|
@ -69,7 +69,7 @@ timestamp=$(grep -Eo 'SOURCE_DATE_EPOCH=[0-9]*' curl-"$curlver"/docs/RELEASE-TOO
|
|||
|
||||
pwd=$(pwd)
|
||||
cd "curl-$curlver"
|
||||
./configure --without-ssl
|
||||
./configure --without-ssl --without-libpsl
|
||||
./scripts/dmaketgz "$curlver" "$timestamp"
|
||||
|
||||
mv curl-"$curlver"* ../_tarballs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue