]> git.ipfire.org Git - thirdparty/curl.git/commit
libtest/Makefile.am: add -no-undefined for libstubgss for Cygwin
authorBrian Inglis <Brian.Inglis@SystematicSW.ab.ca>
Sat, 15 Aug 2020 21:57:30 +0000 (15:57 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Aug 2020 09:29:23 +0000 (11:29 +0200)
commitebae7d7c4a6465329360bc56d355b9d19bb3e9e6
tree4a3bc403900df5d4568512bb8055e999a0ab96a1
parentd491916a4af268b7bb2cf6ec2fa00a5deb3479f0
libtest/Makefile.am: add -no-undefined for libstubgss for Cygwin

copy the LDFLAGS approach for adding same option with `libhostname` in
`libtest/Makefile.am`:

- init `libstubgss_la_LDFLAGS_EXTRA` variable,
- add option to variable inside conditional,
- use variable in `libstubgss_la_LDFLAGS`

Fixes #5819
Closes #5820
tests/libtest/Makefile.am