mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
When linking, position of `-l` flags is important since they muse come _after_ any object files which uses symbols from a specified library, that is due to --as-needed binutils ld flag enabled by default Signed-off-by: Maxim Ivanov <ivanov.maxim@gmail.com> Upstream-commit: 24152a4231d56886928265339d15884e1cfe1038 Component: engine