Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 14:03:28 +0200
From:      Alexandr Rybalko <ray@dlink.ua>
To:        freebsd-hackers@FreeBSD.org
Subject:   hastd without openssl
Message-ID:  <20100223140328.50aa08f1.ray@dlink.ua>

next in thread | raw e-mail | index | archive | help

Hi,
I make small patch for no build hastd without openssl.


Index: sbin/Makefile
===================================================================
--- sbin/Makefile       (revision 204220)
+++ sbin/Makefile       (working copy)
@@ -37,7 +37,7 @@ SUBDIR=       adjkerntz \
        growfs \
        gvinum \
        hastctl \
-       hastd \
+       ${_hastd} \
        ifconfig \
        init \
        ${_ipf} \
@@ -121,6 +121,10 @@ _rtsol=            rtsol
 _bsdlabel=     bsdlabel
 .endif
 
+.if ${MK_OPENSSL} != "no"
+_hastd=                hastd
+.endif
+
 .if ${MK_QUOTAS} != "no"
 _quotacheck=   quotacheck
 .endif


-- 
Alexandr Rybalko <ray@dlink.ua> 
aka Alex RAY <ray@ddteam.net>



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