Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 00:50:09 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270117 - head/sbin/hastd
Message-ID:  <201408180050.s7I0o9uk035177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Aug 18 00:50:09 2014
New Revision: 270117
URL: http://svnweb.freebsd.org/changeset/base/270117

Log:
  Add -ll to LDADD to fix "make checkdpadd"
  
  Phabric: D622
  MFC after: 2 weeks
  Approved by: rpaulo (mentor)

Modified:
  head/sbin/hastd/Makefile

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
 .if ${MK_OPENSSL} != "no"
 DPADD+=	${LIBCRYPTO}
 LDADD+=	-lcrypto



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