2010-07-14 14:07:32 +02:00
|
|
|
--- Makefile 2010-07-14 13:38:32.257045463 +0200
|
|
|
|
+++ Makefile 2010-07-14 13:39:00.482319644 +0200
|
|
|
|
@@ -4,8 +4,8 @@
|
2007-01-16 00:17:50 +01:00
|
|
|
DEFINES=
|
|
|
|
|
|
|
|
#options if you have a bind>=4.9.4 libresolv (or, maybe, glibc)
|
2010-07-14 14:07:32 +02:00
|
|
|
-LDLIBS=
|
2007-01-16 00:17:50 +01:00
|
|
|
ADDLIB=
|
|
|
|
+LDLIBS=-lresolv $(ADDLIB)
|
|
|
|
|
2010-07-14 14:07:32 +02:00
|
|
|
#options if you compile with libc5, and without a bind>=4.9.4 libresolv
|
|
|
|
# NOT AVAILABLE. Please, use libresolv.
|