Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Apr 2002 11:23:28 -0500
From:      "Robin P. Blanchard" <Robin_Blanchard@georgiacenter.org>
To:        nik@FreeBSD.org
Subject:   auth_ldap-1.6.0 port
Message-ID:  <3CADCF80.ACE585F0@georgiacenter.org>

next in thread | raw e-mail | index | archive | help
The following patch seems gets auth_ldap-1.6.0 working. 

# diff -u Makefile Makefile.patched
--- Makefile    Sun Mar 24 21:20:02 2002
+++ Makefile.patched    Fri Apr  5 11:18:33 2002
@@ -12,13 +12,14 @@
 
 MAINTAINER=    nik@FreeBSD.org
 
-BROKEN=                "Looks like a missing dependency"
+#BROKEN=               "Looks like a missing dependency"
 
 BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
 LIB_DEPENDS=   lber.2:${PORTSDIR}/net/openldap2
 RUN_DEPENDS=   ${APXS}:${PORTSDIR}/www/apache13
 
 GNU_CONFIGURE= yes
+CONFIGURE_ENV+=        LIBS="-llber"
 CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \
                --with-sdk-libs=${LOCALBASE}/lib \
                --with-ldap-sdk=openldap




-- 
----------------------------------------
Robin P. Blanchard
Systems Design and Support
Georgia Center for Continuing Education
fon: 706.542.2404 <> fax: 706.542.6546
----------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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