ports/84176: Fix OpenLDAP compilation on systems with an old version of libtool

Ralf vd Enden tremere at cainites.net
Wed Jul 27 15:30:25 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list