diff options
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 772364d55..7e8ac0aaa 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apache2 pkgver=2.4.4 -pkgrel=0 +pkgrel=1 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" @@ -145,7 +145,7 @@ ssl() { ldap() { pkgdesc="LDAP authentication/authorization module for the Apache HTTP Server" url="http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html" - depends="apache2" + depends="apache2 apr-util-ldap" install -d "$subpkgdir"/usr/lib/apache2 || return 1 mv "$pkgdir"/usr/lib/apache2/mod_*ldap.so \ |