Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 03:20:11 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270910 - stable/10/sbin/hastd
Message-ID:  <201409010320.s813KBAJ045470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Sep  1 03:20:10 2014
New Revision: 270910
URL: http://svnweb.freebsd.org/changeset/base/270910

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

Modified:
  stable/10/sbin/hastd/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/hastd/Makefile
==============================================================================
--- stable/10/sbin/hastd/Makefile	Mon Sep  1 03:04:59 2014	(r270909)
+++ stable/10/sbin/hastd/Makefile	Mon Sep  1 03:20:10 2014	(r270910)
@@ -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?201409010320.s813KBAJ045470>