]> git.ipfire.org Git - thirdparty/curl.git/commit
cirrus: use make LDFLAGS=-all-static instead of curl_LDFLAGS
authorJay Satiro <raysatiro@yahoo.com>
Sun, 2 Oct 2022 21:21:28 +0000 (17:21 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 5 Oct 2022 07:45:40 +0000 (03:45 -0400)
commit258ee7372ff801f1e8b31844fc92083bb7ee4e29
tree57b0281ae0f2326399f46679610aa6eb5d94011b
parent4d7372415d56c13a5cfc66d14a3b34c055cdd90f
cirrus: use make LDFLAGS=-all-static instead of curl_LDFLAGS

- Correct the use of -all-static for static Windows CI builds.

curl_LDFLAGS was removed from the makefile when metalink support was
removed. LDFLAGS=-all-static is passed to make only, because it is not a
valid option for configure compilation tests.

Closes https://github.com/curl/curl/pull/9633
.cirrus.yml