From 100863bffa4785314104f17caa0fba050130ea2a Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 9 Dec 2004 22:52:03 +0000 Subject: Fix build: make sure LIBTOOL from pkgsrc infrastructure is used. XXX May be apache2 package's LOCALBASE/share/httpd/build/config_vars.mk definition of LIBTOOL needs to be adjusted instead of doing this. --- www/ap2-fastcgi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/ap2-fastcgi') diff --git a/www/ap2-fastcgi/Makefile b/www/ap2-fastcgi/Makefile index 4fee9bd68c9..d84a146743e 100644 --- a/www/ap2-fastcgi/Makefile +++ b/www/ap2-fastcgi/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/28 21:04:16 cube Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/09 22:52:03 seb Exp $ .include "../../www/ap-fastcgi/Makefile.common" PKGNAME= ${DISTNAME:S/mod_/ap2-/} PKG_APACHE_ACCEPTED= apache2 APACHE_MANUAL= manual +USE_LIBTOOL= YES + +MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} SUBST_CLASSES+= ap2 SUBST_STAGE.ap2= pre-build -- cgit v1.2.3