summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-01-22 00:09:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-01-22 00:09:31 +0000
commit455fe374b9b1e55354bf6da16dede03cd149160c (patch)
tree58e73f6ad68603d9b5dd2e576fb2cf047ef1561c /www/apache22
parent2e84b4080ab228fc1844034301f24e000db6ccfe (diff)
downloadpkgsrc-455fe374b9b1e55354bf6da16dede03cd149160c.tar.gz
Do not use the external pcre library, looks like httpd has problems
with php if we use it, taking 100% cpu all the time. For now restore previous behaviour (that works) and use the included pcre.
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 50da987aa8e..868128e3357 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/01/21 17:11:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/22 00:09:31 xtraeme Exp $
.include "Makefile.common"
@@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-layout=NetBSD
CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ARGS+= --enable-so
-CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
CONFIGURE_ENV+= perlbin=${PERL5:Q}
# Apache Portable Runtime library configure options
@@ -39,7 +38,6 @@ APACHE_MODULES?= ${DFLT_APACHE_MODULES}
.include "../../mk/bsd.prefs.mk"
.include "../../devel/apr1/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"