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

Garrett Cooper yanegomi at gmail.com
Mon Dec 19 17:57:46 UTC 2011


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).
Thanks,
-Garrett


More information about the svn-src-head mailing list