diff options
author | Morten Linderud <morten@linderud.pw> | 2019-12-12 17:09:00 +0100 |
---|---|---|
committer | Morten Linderud <morten@linderud.pw> | 2019-12-12 17:09:00 +0100 |
commit | 1df8a4b4677ef82069a582122ae1e86f6ab4ea3e (patch) | |
tree | 2f3674619d4c0953156f5ecd9c36a831146d56dc /test/e2e/system_df_test.go | |
parent | 82381072e166f635d9879346ac73c1140709f50f (diff) | |
download | podman-1df8a4b4677ef82069a582122ae1e86f6ab4ea3e.tar.gz podman-1df8a4b4677ef82069a582122ae1e86f6ab4ea3e.tar.bz2 podman-1df8a4b4677ef82069a582122ae1e86f6ab4ea3e.zip |
[Makefile] `LDFLAGS` is reserved for the GCC linker
The env variable `LDFLAGS` belongs to the gcc linker, while the Makefile
currently expects these to be valid go compiler flags. Move them to
`-extldflags` as appropriate. The equivalent flag in go is
`CGO_LDFLAGS`.
Ensure test files are also using `LDFLAGS_PODMAN` instead of `LDFLAGS`.
Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'test/e2e/system_df_test.go')
0 files changed, 0 insertions, 0 deletions