Date: Tue, 19 Aug 2014 18:27:44 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270178 - head/secure/usr.bin/ssh Message-ID: <201408191827.s7JIRigk085301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Aug 19 18:27:43 2014 New Revision: 270178 URL: http://svnweb.freebsd.org/changeset/base/270178 Log: Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd" X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor) Modified: head/secure/usr.bin/ssh/Makefile Modified: head/secure/usr.bin/ssh/Makefile ============================================================================== --- head/secure/usr.bin/ssh/Makefile Tue Aug 19 17:54:15 2014 (r270177) +++ head/secure/usr.bin/ssh/Makefile Tue Aug 19 18:27:43 2014 (r270178) @@ -22,7 +22,7 @@ USEPRIVATELIB= ssh .if ${MK_LDNS} != "no" CFLAGS+= -DHAVE_LDNS=1 DPADD+= ${LIBLDNS} -LDADD+= ${LIBLDNSADD} +LDADD+= ${LDLDNS} USEPRIVATELIB+= ldns .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408191827.s7JIRigk085301>