Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 05:26:48 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270517 - head/tools/tools/ath/athaggrstats
Message-ID:  <201408250526.s7P5QmW1066933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Aug 25 05:26:48 2014
New Revision: 270517
URL: http://svnweb.freebsd.org/changeset/base/270517

Log:
  Allow it to compile again.

Modified:
  head/tools/tools/ath/athaggrstats/Makefile

Modified: head/tools/tools/ath/athaggrstats/Makefile
==============================================================================
--- head/tools/tools/ath/athaggrstats/Makefile	Mon Aug 25 05:03:10 2014	(r270516)
+++ head/tools/tools/ath/athaggrstats/Makefile	Mon Aug 25 05:26:48 2014	(r270517)
@@ -12,8 +12,8 @@ CLEANFILES+=	opt_ah.h
 
 CFLAGS+=-DATH_SUPPORT_ANI
 CFLAGS+=-DATH_SUPPORT_TDMA
-USEPRIVATELIB=bsdstat
-LDADD=	${LDBSDSTAT}
+USEPRIVATELIB=
+LDADD=/usr/lib/private/libbsdstat.so.1
 
 opt_ah.h:
 	echo "#define AH_DEBUG 1" > opt_ah.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408250526.s7P5QmW1066933>