Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 03:04:59 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270909 - stable/10/usr.sbin/iscsid
Message-ID:  <201409010304.s8134xBS038268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Sep  1 03:04:59 2014
New Revision: 270909
URL: http://svnweb.freebsd.org/changeset/base/270909

Log:
  MFC r270146:
  
    Add LIBCRYPTO and LIBSSL to DPADD
  
    This fixes "make checkdpadd"
  
    Phabric: D621
    PR: 192761
    Approved by: rpaulo (mentor)

Modified:
  stable/10/usr.sbin/iscsid/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/iscsid/Makefile
==============================================================================
--- stable/10/usr.sbin/iscsid/Makefile	Mon Sep  1 02:53:32 2014	(r270908)
+++ stable/10/usr.sbin/iscsid/Makefile	Mon Sep  1 03:04:59 2014	(r270909)
@@ -8,7 +8,7 @@ CFLAGS+=	-I${.CURDIR}/../../sys/dev/iscs
 #CFLAGS+=	-DICL_KERNEL_PROXY
 MAN=		iscsid.8
 
-DPADD=		${LIBUTIL}
+DPADD=		${LIBCRYPTO} ${LIBSSL} ${LIBUTIL}
 LDADD=		-lcrypto -lssl -lutil
 
 WARNS=		6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409010304.s8134xBS038268>