1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/wpa_supplicant
John Marino 7d17057c0d security/wpa_supplicant: Fix build on FreeBSD 11
On FreeBSD 11, the wpa_supplicant couldn't find the readline headers.
It turns out that Mk/Uses/readline.mk only augments LDFLAGS and CPPFLAGS,
but wpa_supplicant needs -I${LOCALBASE}/include add to CFLAGS.  To fix
FreeBSD build, augment CFLAGS with value of CPPFLAGS in the makefile.

This wasn't an issue on DragonFly.  Apparently wpa_supplicant found the
readline compatibility headers of libedit and used those instead.

reported by:	pkg-fallout
2014-10-19 09:33:04 +00:00
..
files security/wpa_supplicant: Fix mis-information in pkg-message 2014-10-13 19:34:48 +00:00
distinfo
Makefile security/wpa_supplicant: Fix build on FreeBSD 11 2014-10-19 09:33:04 +00:00
pkg-descr