From 6f67673a7f6418f470adc421459a0683db55f0fb Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 9 Aug 2002 10:56:35 +0000 Subject: [PATCH] httpd: +auth_anon mod_perl: make install: +UNINST=1 Cosmetic: mod_perl: +#make test - requires running httpd! --- bin/vellumweb-build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index e142650..40bb55b 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -151,7 +151,8 @@ pushd $modperl perl Makefile.PL APACHE_SRC=../$httpd DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 \ PERL_DEBUG=1 make - make install +# make test # requires running httpd! + make install UNINST=1 popd pushd $csacek @@ -174,7 +175,8 @@ pushd $httpd --activate-module=src/modules/extra/mod_csacek.c \ --enable-module=so \ --enable-module=headers \ - --enable-module=rewrite + --enable-module=rewrite \ + --enable-module=auth_anon make make install popd -- 1.8.3.1