zonemaster / zonemaster-ldns

A Perl interface module for Zonemaster to NLnet Labs' ldns library
Other
8 stars 12 forks source link

Options to build with Libidn and LDNS in uncommon locations #152

Closed ghost closed 2 years ago

ghost commented 2 years ago

Purpose

Provide options to facilitate building Zonemaster-LDNS with LDNS and Libidn installed in uncommon locations.

Context

addresses #129 follow-up on #134

Changes

New options:

How to test this PR

Manually build LDNS and/or Libidn (from source for instance), but do not install them. Then build Zonemaster-LDNS with these libraries:

perl Makefile.PL --ldns-inc /tmp/ldns/ --ldns-lib /tmp/ldns/lib --libidn-inc /tmp/libidn/lib --libidn-inc /tmp/libidn/lib/.libs
matsduf commented 2 years ago

Please update README.md to make it consistent with the change.