httpd: +auth_anon
authorshort <>
Fri, 9 Aug 2002 10:56:35 +0000 (10:56 +0000)
committershort <>
Fri, 9 Aug 2002 10:56:35 +0000 (10:56 +0000)
mod_perl: make install: +UNINST=1
Cosmetic: mod_perl: +#make test
 - requires running httpd!

bin/vellumweb-build

index e142650..40bb55b 100755 (executable)
@@ -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