9a0f822853
Incorrectly linked built-in wpa functions resulted in overwriting sm->ctx->set_rekey_offload with garbage. It was initialized correctly however it changed after wpa_supplicant became a daemon. No SIGBUS violations reported by dhw@ were experienced during testing of the original commit by msyelf or philip@. Reported by: dhw Tested by: dhw MFC after: 2 months X-MFC with: 25ecdc7d52770caf1c9b44b5ec11f468f6b636f3
18 lines
233 B
Makefile
18 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.include "../Makefile.crypto"
|
|
|
|
.PATH.c:${HOSTAPD_DISTDIR}
|
|
|
|
PACKAGE= hostapd
|
|
PROG= hostapd_cli
|
|
SRCS= hostapd_cli.c
|
|
|
|
LIBADD+= util wpacommon wpautils
|
|
|
|
MAN= hostapd_cli.8
|
|
|
|
.include <bsd.prog.mk>
|