diff options
Diffstat (limited to 'debian/libbind-dev.README.Debian')
-rw-r--r-- | debian/libbind-dev.README.Debian | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/libbind-dev.README.Debian b/debian/libbind-dev.README.Debian new file mode 100644 index 0000000..ff47ab5 --- /dev/null +++ b/debian/libbind-dev.README.Debian @@ -0,0 +1,9 @@ +The include files for BIND are in /usr/include/{isc,dns,dst,lwres}. If +you're compiling something that uses them, use something like + + '-I/usr/include/isc' + +and so on in the call to the compiler to pick up the BIND versions before +the normal system versions for files that have conflicting filenames. + + |