diff --git a/srcpkgs/apache/files/README.voidlinux b/srcpkgs/apache/files/README.voidlinux new file mode 100644 index 00000000000..cb5c35cc3f0 --- /dev/null +++ b/srcpkgs/apache/files/README.voidlinux @@ -0,0 +1,4 @@ +For LOCK request of WebDAV, apr-util-db is needed. +Otherwise, apache will report: + + "DSO load failed: AH00576: The DBM driver could not be loaded" diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 4856267a8e2..629ad18b34a 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache version=2.4.54 -revision=1 +revision=2 build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all --enable-mods-shared=all --enable-authn-dbm --enable-authn-anon @@ -135,6 +135,7 @@ post_install() { vinstall ${FILESDIR}/apache.logrotate 644 etc/logrotate.d apache vsv apache + vdoc ${FILESDIR}/README.voidlinux } apache-htpasswd_package() {