svn commit: r270433 - head/sbin/hastd
Garrett Cooper
ngie at FreeBSD.org
Sat Aug 23 20:45:01 UTC 2014
Author: ngie
Date: Sat Aug 23 20:45:00 2014
New Revision: 270433
URL: http://svnweb.freebsd.org/changeset/base/270433
Log:
Garbage collect libl dependency
The application links and runs without libl
Approved by: rpaulo (mentor)
Phabric: D673
X-MFC with: r270117
Submitted by: trociny
Modified:
head/sbin/hastd/Makefile
Modified: head/sbin/hastd/Makefile
==============================================================================
--- head/sbin/hastd/Makefile Sat Aug 23 20:42:37 2014 (r270432)
+++ head/sbin/hastd/Makefile Sat Aug 23 20:45:00 2014 (r270433)
@@ -30,8 +30,8 @@ CFLAGS+=-DINET
CFLAGS+=-DINET6
.endif
-DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} ${LIBPTHREAD} ${LIBUTIL}
-LDADD= -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil
+DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBPTHREAD} ${LIBUTIL}
+LDADD= -lgeom -lbsdxml -lsbuf -lpthread -lutil
.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
More information about the svn-src-all
mailing list