diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-18 13:50:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-18 13:50:26 +0000 |
commit | 23b112fa0b4c683178bf2038c2719d4889575ee1 (patch) | |
tree | ecf314d674d4c239b300c771ac7be4ebd0d01e29 /main/apache2/APKBUILD | |
parent | 3fda3cd661060cff6407d62f9dedcd477a9ffe44 (diff) | |
download | aports-23b112fa0b4c683178bf2038c2719d4889575ee1.tar.bz2 aports-23b112fa0b4c683178bf2038c2719d4889575ee1.tar.xz |
main/apache2: fix deps for apache2-ldap
it needs apr-util-ldap
ref #2085
Diffstat (limited to 'main/apache2/APKBUILD')
-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 772364d552..7e8ac0aaa8 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 \ |