From owner-svn-src-head@FreeBSD.ORG Mon Dec 19 19:14:07 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07E93106564A; Mon, 19 Dec 2011 19:14:07 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id AEC478FC14; Mon, 19 Dec 2011 19:14:06 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Rciez-000JVz-7t; Mon, 19 Dec 2011 23:14:05 +0400 Date: Mon, 19 Dec 2011 23:14:05 +0400 From: Slawa Olhovchenkov To: Garrett Cooper Message-ID: <20111219191405.GO3314@zxy.spb.ru> References: <200903020228.n222SMD1061919@svn.freebsd.org> <20111219094140.GB51886@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Sam Leffler , src-committers@freebsd.org Subject: Re: svn commit: r189263 - in head/usr.sbin/wpa: . hostapd hostapd_cli wpa_cli wpa_supplicant X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2011 19:14:07 -0000 On Mon, Dec 19, 2011 at 09:57:45AM -0800, Garrett Cooper wrote: > On Mon, Dec 19, 2011 at 1:41 AM, Slawa Olhovchenkov 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?