Prevent potential side effects and use local variables here
[pdns-ldap-backend/landonf.git] / INSTALL
blob15deecf6c76ed42ed6c9a2425b767326c048da64
1 Installing this backend from source requires access to PowerDNS sources.
2 The usual gang is used, with configure needing an extra parameter to
3 point it to pdns sources:
4 ./bootstrap
5 ./configure --with-pdns=/path/to/pdns/sources/powerdns
6 make
7 make install