svn commit: r189263 - in head/usr.sbin/wpa: . hostapd hostapd_cli wpa_cli wpa_supplicant

Slawa Olhovchenkov slw at zxy.spb.ru
Mon Dec 19 19:45:12 UTC 2011


On Mon, Dec 19, 2011 at 11:27:43AM -0800, Garrett Cooper wrote:

> On Dec 19, 2011, at 11:14 AM, Slawa Olhovchenkov wrote:
> 
> > 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 at 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?
> 
> 	Missed the commenting out part of the commit. Yeah, that might not work.

Some time ago exist two  eap_tls.c:

/usr/src/contrib/wpa/src/eap_peer/eap_tls.c
/usr/src/contrib/wpa/src/eap_server/eap_tls.c

Now exist only /usr/src/contrib/wpa/src/eap_peer/eap_tls.c. But
/usr/src/contrib/wpa/src/eap_peer/ don't included in SRC path search
list and eap_tls.c from eap_peer have extra depends.


More information about the svn-src-head mailing list