Date: Mon, 19 Dec 2011 23:14:05 +0400 From: Slawa Olhovchenkov <slw@zxy.spb.ru> To: Garrett Cooper <yanegomi@gmail.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Sam Leffler <sam@freebsd.org>, src-committers@freebsd.org Subject: Re: svn commit: r189263 - in head/usr.sbin/wpa: . hostapd hostapd_cli wpa_cli wpa_supplicant Message-ID: <20111219191405.GO3314@zxy.spb.ru> In-Reply-To: <CAGH67wQnq2TR2NJT_jhA4gbDzVDU4neW9iBFASxt6eWZMzCRsw@mail.gmail.com> References: <200903020228.n222SMD1061919@svn.freebsd.org> <20111219094140.GB51886@zxy.spb.ru> <CAGH67wQnq2TR2NJT_jhA4gbDzVDU4neW9iBFASxt6eWZMzCRsw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 19, 2011 at 09:57:45AM -0800, Garrett Cooper wrote: > On Mon, Dec 19, 2011 at 1:41 AM, Slawa Olhovchenkov <slw@zxy.spb.ru> wrote: > > On Mon, Mar 02, 2009 at 02:28:22AM +0000, Sam Leffler wrote: > > > >> Author: sam > >> Date: Mon Mar 2 02:28:22 2009 > >> New Revision: 189263 > >> URL: http://svn.freebsd.org/changeset/base/189263 > >> > >> Log: > >> update to 0.6.8 > >> > >> Reviewed by: thompsa > >> > >> Modified: > >> head/usr.sbin/wpa/Makefile.inc > >> head/usr.sbin/wpa/hostapd/Makefile > >> head/usr.sbin/wpa/hostapd/driver_freebsd.c > >> head/usr.sbin/wpa/hostapd_cli/Makefile > >> head/usr.sbin/wpa/wpa_cli/Makefile > >> head/usr.sbin/wpa/wpa_supplicant/Makefile > >> head/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c > >> head/usr.sbin/wpa/wpa_supplicant/driver_wired.c > >> Modified: head/usr.sbin/wpa/hostapd/Makefile > >> ============================================================================== > >> --- head/usr.sbin/wpa/hostapd/Makefile Mon Mar 2 02:26:53 2009 (r189262) > >> +++ head/usr.sbin/wpa/hostapd/Makefile Mon Mar 2 02:28:22 2009 (r189263) > > > >> .if !empty(CFLAGS:M*-DEAP_SERVER) > >> -SRCS+= eap.c eap_methods.c eap_identity.c > >> +#SRCS+= eap.c eap_methods.c eap_identity.c > > > > EAP_SERVER functionality removed. Why? > > EAP support is only removed if -DEAP_SERVER isn't in CFLAGS (which > seems like a bad idea because it should really be a bsd.own.mk knob). Sorry, I don't understand. Some time ago I have in src.conf HOSTAPD_CFLAGS=-DEAP_TLS -DEAP_SERVER and got hostapd witch support EAP metods. Now this is don't work: ===> hostapd (all) make: don't know how to make eap_tls.c. Stop How I can build hostapd witch support EAP metods?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111219191405.GO3314>