mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
enabled ldap and ldaps backing
This commit is contained in:
parent
7767cf4316
commit
0ded39de4f
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ build() {
|
|||
patch -Np0 -i ${srcdir}/dhcp-4.1.1-missing-ipv6-not-fatal.patch
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--with-srv-lease-file=/var/state/dhcp/dhcpd.leases \
|
||||
--with-srv6-lease-file=/var/state/dhcp/dhcpd6.leases
|
||||
--with-srv6-lease-file=/var/state/dhcp/dhcpd6.leases \
|
||||
--with-ldap --with-ldapcrypto
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue