Date: Mon, 16 Jan 2012 04:12:35 GMT From: Devin Teske <dteske@vicor.com> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/164192: [PATCH] Fix typo intr-by SVN r214735 in usr.sbin/wpa/wpa_supplicant/Makefile Message-ID: <201201160412.q0G4CZx6096189@red.freebsd.org> Resent-Message-ID: <201201160420.q0G4K6VA046557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164192
>Category: bin
>Synopsis: [PATCH] Fix typo intr-by SVN r214735 in usr.sbin/wpa/wpa_supplicant/Makefile
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 16 04:20:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Devin Teske
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
FIS Global, Inc.
>Environment:
FreeBSD scribe.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2010
root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Trying to build RELENG_9 and finding a typo in the Makefile for usr.sbin/wpa/wpa_supplicant.
>How-To-Repeat:
>Fix:
See attached patch.txt
Patch attached with submission follows:
--- usr.sbin/wpa/wpa_supplicant/Makefile.orig 2011-09-22 17:51:37.000000000 -0700
+++ usr.sbin/wpa/wpa_supplicant/Makefile 2012-01-15 20:10:57.000000000 -0800
@@ -5,7 +5,7 @@
.PATH.c:${WPA_SUPPLICANT_DISTDIR} \
${WPA_DISTDIR}/src/drivers \
${WPA_DISTDIR}/src/eap_peer \
- ${WPA_DISTDIR}/src/rsn_supp
+ ${WPA_DISTDIR}/src/rsn_supp \
${WPA_DISTDIR}/src/crypto
PROG= wpa_supplicant
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201160412.q0G4CZx6096189>
