Skip to content
Snippets Groups Projects
Commit 35c6f247 authored by Milan P. Stanić's avatar Milan P. Stanić
Browse files

community/quota-tools: disable ldapmail in ./configure

add '--disable-ldapmail' option to ./configure and remove openldap-dev
from makedepends
parent 56dcee90
1 merge request!15395Quota tools cleanse
...@@ -7,7 +7,7 @@ pkgdesc="linux disk quota system tools" ...@@ -7,7 +7,7 @@ pkgdesc="linux disk quota system tools"
url="https://sourceforge.net/projects/linuxquota/" url="https://sourceforge.net/projects/linuxquota/"
arch="all" arch="all"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
makedepends="e2fsprogs-dev openldap-dev libnl3-dev libtirpc-dev makedepends="e2fsprogs-dev libnl3-dev libtirpc-dev
linux-headers" linux-headers"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
...@@ -25,7 +25,8 @@ build() { ...@@ -25,7 +25,8 @@ build() {
--localstatedir=/var \ --localstatedir=/var \
--disable-libwrap \ --disable-libwrap \
--disable-rpc \ --disable-rpc \
--disable-nls --disable-nls \
--disable-ldapmail
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment