openldap: fix libldap-devel depends (#6682)
This commit is contained in:
parent
06b52026a3
commit
9ae76ea22e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libldap'
|
||||
pkgname=openldap
|
||||
version=2.4.45
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr
|
||||
--libexecdir=/usr/libexec
|
||||
|
@ -43,7 +43,7 @@ post_install() {
|
|||
|
||||
|
||||
libldap-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} libldap>=${version}_${revision}"
|
||||
short_desc+=" library - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue