svn commit: r270910 - stable/10/sbin/hastd
Garrett Cooper
ngie at FreeBSD.org
Mon Sep 1 03:20:11 UTC 2014
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
More information about the svn-src-all
mailing list