Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8CCC363B99A for ; Fri, 1 Aug 2008 06:36:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3AAE063B4A3; Fri, 1 Aug 2008 06:36:27 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 8039C63B4A7 for ; Fri, 1 Aug 2008 06:36:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6ADD4175D0; Fri, 1 Aug 2008 06:36:26 +0000 (UTC) From: David Sainty Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: dsainty@netbsd.org Message-Id: <20080801063626.6ADD4175D0@cvs.netbsd.org> Date: Fri, 1 Aug 2008 06:36:26 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dsainty Date: Fri Aug 1 06:36:26 UTC 2008 Modified Files: pkgsrc/www/curl: options.mk Log Message: If the 'ldap' option isn't selected, explicitly disable LDAP support. This prevents 'configure' from detecting non-Pkgsrc libldap.so (and, worse, linking with both a system libssl.so via system libldap.so, and also a Pkgsrc libssl.so directly. Euw...) To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pkgsrc/www/curl/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.