diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5872992c..c7d31987 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,6 +35,7 @@ DEFS = @DEFS@ @EXTRADEFS@ defines = -DRELEASE_ID=\"$(VERS)\" $(DEFS) # If your system needs extra libraries loaded in, define them here. +# In particular, add -lresolv if you are running bind 4.9.5 LOADLIBS = @LIBS@ @LEXLIB@ # LOADLIBS = -lsocket3r -lunix3r # QNX |