Date: Tue, 19 Aug 2014 23:22:19 +0300 From: Mikolaj Golub <trociny@FreeBSD.org> To: Garrett Cooper <ngie@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r270117 - head/sbin/hastd Message-ID: <20140819202218.GA4835@gmail.com> In-Reply-To: <201408180050.s7I0o9uk035177@svn.freebsd.org> References: <201408180050.s7I0o9uk035177@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 18, 2014 at 12:50:09AM +0000, Garrett Cooper wrote: Hi Garrett, > Log: > Add -ll to LDADD to fix "make checkdpadd" > Modified: head/sbin/hastd/Makefile > ============================================================================== > --- head/sbin/hastd/Makefile Sun Aug 17 23:30:45 2014 (r270116) > +++ head/sbin/hastd/Makefile Mon Aug 18 00:50:09 2014 (r270117) > @@ -31,7 +31,7 @@ CFLAGS+=-DINET6 > .endif > > DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} ${LIBPTHREAD} ${LIBUTIL} > -LDADD= -lgeom -lbsdxml -lsbuf -lpthread -lutil > +LDADD= -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil I think the proper fix is to remove ${LIBL} from DPADD instead. In r250503 the intention was to remove libl dependency. It looks like I forgot to update DPADD then. -- Mikolaj Golub
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140819202218.GA4835>