diff options
author | seb <seb@pkgsrc.org> | 2004-12-09 22:52:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-12-09 22:52:03 +0000 |
commit | 6fe82650be3cdfb380405fb222d4b14d675b57eb (patch) | |
tree | b28e2da445ca780760fd172ded106923b8233151 /www | |
parent | 8ad80bab7d517fc3dad12a576834d0327f14d94d (diff) | |
download | pkgsrc-6fe82650be3cdfb380405fb222d4b14d675b57eb.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-fastcgi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |