aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-18 13:50:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-19 06:38:20 +0000
commita628280d18a5ecf904c8498961e973fb82946389 (patch)
treef968e716f45167affed62cd69c722057d13a0588
parent02cb307763f2c6d4d0c44402aae3950b044a93d7 (diff)
downloadalpine_aports-a628280d18a5ecf904c8498961e973fb82946389.tar.bz2
alpine_aports-a628280d18a5ecf904c8498961e973fb82946389.tar.xz
alpine_aports-a628280d18a5ecf904c8498961e973fb82946389.zip
main/apache2: fix deps for apache2-ldap
it needs apr-util-ldap ref #2085 (cherry picked from commit 23b112fa0b4c683178bf2038c2719d4889575ee1)
-rw-r--r--main/apache2/APKBUILD4
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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=apache2 2pkgname=apache2
3pkgver=2.4.4 3pkgver=2.4.4
4pkgrel=0 4pkgrel=1
5pkgdesc="A high performance Unix-based HTTP server" 5pkgdesc="A high performance Unix-based HTTP server"
6url="http://httpd.apache.org/" 6url="http://httpd.apache.org/"
7arch="all" 7arch="all"
@@ -145,7 +145,7 @@ ssl() {
145ldap() { 145ldap() {
146 pkgdesc="LDAP authentication/authorization module for the Apache HTTP Server" 146 pkgdesc="LDAP authentication/authorization module for the Apache HTTP Server"
147 url="http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html" 147 url="http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html"
148 depends="apache2" 148 depends="apache2 apr-util-ldap"
149 149
150 install -d "$subpkgdir"/usr/lib/apache2 || return 1 150 install -d "$subpkgdir"/usr/lib/apache2 || return 1
151 mv "$pkgdir"/usr/lib/apache2/mod_*ldap.so \ 151 mv "$pkgdir"/usr/lib/apache2/mod_*ldap.so \