svn commit: r270914 - stable/9/sbin/hastd

Garrett Cooper ngie at FreeBSD.org
Mon Sep 1 05:18:21 UTC 2014


Author: ngie
Date: Mon Sep  1 05:18:20 2014
New Revision: 270914
URL: http://svnweb.freebsd.org/changeset/base/270914

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

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

Modified: stable/9/sbin/hastd/Makefile
==============================================================================
--- stable/9/sbin/hastd/Makefile	Mon Sep  1 05:13:14 2014	(r270913)
+++ stable/9/sbin/hastd/Makefile	Mon Sep  1 05:18:20 2014	(r270914)
@@ -30,7 +30,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


More information about the svn-src-stable-9 mailing list