Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 02:13:12 GMT
From:      Kan Sasaki <sasaki@fcc.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183976: [patch] net-mgmt/xymon-server: fix LDAP support
Message-ID:  <201311150213.rAF2DCiH096703@oldred.freebsd.org>
Resent-Message-ID: <201311150220.rAF2K0hb004627@freefall.freebsd.org>

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

>Number:         183976
>Category:       ports
>Synopsis:       [patch] net-mgmt/xymon-server: fix LDAP support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 02:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kan Sasaki
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
In spite of enabling WITH_LDAP, xymonnet does not compile properly.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: files/Makefile
===================================================================
--- files/Makefile	(revision 333756)
+++ files/Makefile	(working copy)
@@ -60,7 +60,7 @@
 #
 ifdef WITH_LDAP
 # OpenLDAP settings
-LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS
+LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS -DHAVE_LDAP
 LDAPINCDIR = -I${PREFIX}/include
 LDAPLIBS = -L${PREFIX}/lib -lldap
 RPATHVAL += ${PREFIX}/lib


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



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