Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 12:50:18 GMT
From:      Hendrik Scholz <hscholz@raisdorf.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/97161: auth-ldap broken on www/lighttpd
Message-ID:  <200605121250.k4CCoItW037758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97161; it has been noted by GNATS.

From: Hendrik Scholz <hscholz@raisdorf.net>
To: bug-followup@FreeBSD.org
Cc: hendrik@scholz.net
Subject: Re: ports/97161: auth-ldap broken on www/lighttpd
Date: Fri, 12 May 2006 14:47:33 +0200

 Hi!
 
 I don't know when this bug managed to sneak in, anyway here's the fix:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v
 retrieving revision 1.39
 diff -u -u -r1.39 Makefile
 --- Makefile    3 May 2006 13:25:07 -0000   1.39
 +++ Makefile    12 May 2006 12:39:57 -0000
 @@ -45,6 +45,7 @@
   .if defined(WITH_OPENLDAP)
   USE_OPENLDAP=      yes
   CONFIGURE_ARGS+=   --with-ldap
 +CONFIGURE_ENV+=    CFLAGS=-I${LOCALBASE}/include 
 LDFLAGS=-L/${LOCALBASE}/lib
   _REQUIRE+=     slapd
   .endif
 
 
 Thanks to Jakob for reporting,
   Hendrik
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://www.wormulon.net/
 drag me, drop me - treat me like an object



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