Date: Thu, 24 Nov 2005 00:37:34 +0100 (CET) From: Ralf van der Enden <tremere@cainites.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89477: Fix LDAP (again) Message-ID: <20051123233734.134DDAC@mail.cainites.net> Resent-Message-ID: <200511240650.jAO6oJEQ001875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89477 >Category: ports >Synopsis: Fix LDAP (again) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 24 06:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 6.0-RELEASE i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Nov 5 11:57:19 CET 2005 root@lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386 >Description: Change the Makefile so compiling against the LDAP library works again >How-To-Repeat: >Fix: --- pdns-2.9.19_1.diff begins here --- diff -ruN powerdns.org/Makefile powerdns/Makefile --- powerdns.org/Makefile Thu Nov 24 00:31:38 2005 +++ powerdns/Makefile Thu Nov 24 00:33:37 2005 @@ -7,6 +7,7 @@ PORTNAME= powerdns PORTVERSION= 2.9.19 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} @@ -21,7 +22,7 @@ USE_REINPLACE= YES USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= YES -CXXFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \ --- pdns-2.9.19_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051123233734.134DDAC>