Date: Thu, 28 Jun 2001 14:41:01 -0400 (EDT) From: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28489: Fix build of pam_ldap Message-ID: <200106281841.f5SIf1i98892@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 28489 >Category: ports >Synopsis: Fix build of pam_ldap >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 28 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: I was never able to reproduce the build problems because I already had automake installed! Thank you, bento. This should get things going again. >How-To-Repeat: Compile security/pam_ldap without having automake installed. >Fix: --- Makefile.orig Thu Jun 28 14:35:07 2001 +++ Makefile Thu Jun 28 14:36:32 2001 @@ -7,6 +7,7 @@ PORTNAME= pam_ldap PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -23,6 +24,7 @@ .endif USE_AUTOCONF= yes +USE_AUTOMAKE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106281841.f5SIf1i98892>