]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_passphrase: Include $(LIBS) for linking
authorArkadiusz Drabczyk <arkadiusz@drabczyk.org>
Tue, 13 Feb 2018 22:49:08 +0000 (23:49 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 16:11:40 +0000 (18:11 +0200)
commit14dcb22a5bf9909f73090512bf102a2a56d2b7fd
treed04e38e2576594fbc697a7adfc27cf2b36650b86
parent4b07484c3dcb914741ed522d607a2327965ea43e
wpa_passphrase: Include $(LIBS) for linking

wpa_passphrase requires libcrypto from OpenSSL (or another selected
library). User can set an alternative path to OpenSSL libraries by
defining LIBS at the top of .config but if $(LIBS) is not actually used
wrong libcrypto is used or compilation fails if there is no libcrypto in
the default locations cc is looking for it. It's especially bad for
cross-compilers that fail with 'cannot find -lcrypto' message.

Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
wpa_supplicant/Makefile