mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03:00
- GHA/windows: make a mingw autotools build static only. - GHA/windows: fix a CI script issue with the build above. - src: fix to pass `LIBCURL_PC_LIBS_PRIVATE` instead of `LINKFLAGS`. This makes the libs propagate to tunits, making the local hack there unnecessary. `LINKFLAGS` had this single use in the repo, and it was empty in local tests. - tests: drop passing redundant `LIBCURL_PC_LDFLAGS_PRIVATE`. - tests: drop redundant target name from config variables. - examples, tests/client: drop `LIBDIR` temp variables with single uses. - examples, tests: formatting to sync `Makefile.am` scripts with each other. Closes #17661 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| first.c | ||
| first.h | ||
| h2_pausing.c | ||
| h2_serverpush.c | ||
| h2_upgrade_extreme.c | ||
| hx_download.c | ||
| hx_upload.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| tls_session_reuse.c | ||
| upload_pausing.c | ||
| ws_data.c | ||
| ws_pingpong.c | ||