pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache22 Do not use the external pcre library, loo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8693f08a6e18
branches: trunk
changeset: 524250:8693f08a6e18
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Jan 22 00:09:31 2007 +0000
description:
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:
www/apache22/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r e699b60c6ee6 -r 8693f08a6e18 www/apache22/Makefile
--- a/www/apache22/Makefile Sun Jan 21 23:42:29 2007 +0000
+++ b/www/apache22/Makefile Mon Jan 22 00:09:31 2007 +0000
@@ -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 @@
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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index