[jhell@DataIX.net: security/hydra 7.0 add include path.]

Jason Hellenthal jhell at DataIX.net
Mon Sep 26 15:13:33 UTC 2011


Meant to CC ports.

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

Date: Mon, 26 Sep 2011 10:43:59 -0400
From: Jason Hellenthal <jhell at DataIX.net>
To: cvs-src at 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 -----


More information about the freebsd-ports mailing list