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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to