Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2011 10:44:36 -0400
From:      Jason Hellenthal <jhell@DataIX.net>
To:        ports@freebsd.org
Subject:   [jhell@DataIX.net: security/hydra 7.0 add include path.]
Message-ID:  <20110926144436.GB1874@DataIX.net>

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

Meant to CC ports.

----- Forwarded message from Jason Hellenthal <jhell@DataIX.net> -----

Date: Mon, 26 Sep 2011 10:43:59 -0400
From: Jason Hellenthal <jhell@DataIX.net>
To: cvs-src@yandex.ru
Subject: security/hydra 7.0 add include path.


When building the new hydra with options WITH_SSH you need to add
/usr/local/include to the to -I

This may be a temporary solution to work around line 34 of hydra.h but
it works.

.if defined(WITH_SSH)
LIB_DEPENDS+=   ssh.4:${PORTSDIR}/security/libssh
CFLAGS+=        -I/usr/local/include
.endif

----- End forwarded message -----



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