openldap: fix libldap-devel depends (#6682)

This commit is contained in:
Conor Randall 2017-06-15 22:45:24 +10:00 committed by Alessio Sergi
parent 06b52026a3
commit 9ae76ea22e

View file

@ -1,7 +1,7 @@
# Template file for 'libldap' # Template file for 'libldap'
pkgname=openldap pkgname=openldap
version=2.4.45 version=2.4.45
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/usr configure_args="--prefix=/usr
--libexecdir=/usr/libexec --libexecdir=/usr/libexec
@ -43,7 +43,7 @@ post_install() {
libldap-devel_package() { libldap-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} libldap>=${version}_${revision}"
short_desc+=" library - development files" short_desc+=" library - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include