ports/161039: [MAINTAINER] security/hydra: fix build with WITH_SSH

Ruslan Mahmatkhanov cvs-src at yandex.ru
Mon Sep 26 18:10:10 UTC 2011


>Number:         161039
>Category:       ports
>Synopsis:       [MAINTAINER] security/hydra: fix build with WITH_SSH
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 26 18:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA2
>Organization:
>Environment:
9.0-BETA2 i386
>Description:
Fix build breakage, introduced in hydra 7.0, that appears when trying to build it with WITH_SSH. 

Problem reported and patch submitted by Jason Hellenthal <jhell at DataIX dot net>
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index a700833..1223b59 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ LIB_DEPENDS+=	fbclient.2:${PORTSDIR}/databases/firebird20-client
 .endif
 .if defined(WITH_SSH)
 LIB_DEPENDS+=	ssh.4:${PORTSDIR}/security/libssh
+CFLAGS+=	-I/usr/local/include
 .endif
 .if defined(WITH_SVN)
 LIB_DEPENDS+=	svn_client-1:${PORTSDIR}/devel/subversion


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list