]> git.ipfire.org Git - thirdparty/hostap.git/commit
eapol-fuzzer: Resolve circular library references with --start-group
authorJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:36:48 +0000 (18:36 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:36:48 +0000 (18:36 +0200)
commite9463b482b81905d07ad6189fdbbba780fda0e26
tree9921641713ead569585e808108ec2dae0ce40088
parent63942cf0f309e067bc5bfef95194bd17e48bf5ef
eapol-fuzzer: Resolve circular library references with --start-group

src/crypto/libcrypto.a and src/tls/libtls.a have circular references
and will need special handling with the linker at least for the time
being. This could be cleaned up eventually, but for now, provide a
mechanism to get the program linked.

This was already done in tests/Makefile, but tests/eapol-fuzzer/Makefile
needs the same.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/eapol-fuzzer/Makefile