Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 17:26:55 +0200 (CEST)
From:      Ralf vd Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84176: Fix OpenLDAP compilation on systems with an old version of libtool
Message-ID:  <20050727152655.1838F282@mail.cainites.net>
Resent-Message-ID: <200507271530.j6RFUOXC050144@freefall.freebsd.org>

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

>Number:         84176
>Category:       ports
>Synopsis:       Fix OpenLDAP compilation on systems with an old version of libtool
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 15:30:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ralf vd Enden
>Release:        FreeBSD 5.4-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #5: Wed Jul 20 18:42:51 CEST 2005 root@lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
To compile with OpenLDAP support libtool 1.5+ is needed.
Change USE_LIBTOOL_VER=13 to USE_LIBTOOL_VER=15
>How-To-Repeat:
	
>Fix:

	

--- pdns-2.9.18.libtoolfix.patch begins here ---
diff -ruN powerdns.orig/Makefile powerdns/Makefile
--- powerdns.orig/Makefile	Wed Jul 27 17:22:09 2005
+++ powerdns/Makefile	Wed Jul 27 17:22:23 2005
@@ -79,7 +79,7 @@
 
 .if defined(WITH_LDAP)
 USE_OPENLDAP?=		YES
-USE_LIBTOOL_VER=	13
+USE_LIBTOOL_VER=	15
 INSTALLS_SHLIB=		YES
 CONFIGURE_MODULES+=	"ldap"
 PLIST_SUB+=		WITHLDAP=""
--- pdns-2.9.18.libtoolfix.patch ends here ---


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



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