pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-fastcgi Fix build: make sure LIBTOOL from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46f9eb923e00
branches:  trunk
changeset: 485391:46f9eb923e00
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Dec 09 22:52:03 2004 +0000

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

 www/ap2-fastcgi/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e1df1192c691 -r 46f9eb923e00 www/ap2-fastcgi/Makefile
--- a/www/ap2-fastcgi/Makefile  Thu Dec 09 21:29:06 2004 +0000
+++ b/www/ap2-fastcgi/Makefile  Thu Dec 09 22:52:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index