From 23b112fa0b4c683178bf2038c2719d4889575ee1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 18 Jun 2013 13:50:26 +0000 Subject: main/apache2: fix deps for apache2-ldap it needs apr-util-ldap ref #2085 --- main/apache2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/apache2/APKBUILD') 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 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 \ -- cgit v1.2.3