|
|
@ -31,8 +31,9 @@ fi |
|
|
|
set_confopt |
|
|
|
|
|
|
|
if [ $pkg = "apache" ] ; then |
|
|
|
var_append extraconfopt " " "--enable-dav \ |
|
|
|
--enable-cache --enable-disk-cache --enable-ssl --enable-proxy \ |
|
|
|
# or maybe www would be nicer than lib ?!? ... |
|
|
|
var_append extraconfopt " " "--datadir=$localstatedir/lib \ |
|
|
|
--enable-dav --enable-cache --enable-disk-cache --enable-ssl --enable-proxy \ |
|
|
|
--enable-speling --enable-rewrite --enable-so" |
|
|
|
|
|
|
|
hook_add postmake 3 "install_init httpd $confdir/httpd.init" |
|
|
|