pkgsrc/net/host/patches/patch-ab
shattered 8f8b61e45d Update to 2007/01/17. Changes:
- the --checkzone option now actually works.
- canonical hostname checks are not done if the answer they are
  found in doesn't have the "recursion available" flag set.
- the logic for printing the warning when canonical hostname
  checks are skipped has been corrected.
- the way that canonical hostname checks are done has been fixed
  so that only initial results from the query for A RRs are used.
- a warning is now printed whenever a query requesting recursion
  results in an answer without the "ra" (recursion available) flag.
2013-07-21 12:28:32 +00:00

12 lines
293 B
Text

$NetBSD: patch-ab,v 1.6 2013/07/21 12:28:32 shattered Exp $
--- Makefile.BSD.orig 2004-08-12 22:30:04.000000000 +0200
+++ Makefile.BSD
@@ -167,7 +169,6 @@ __GNULD__ ?= 1
.if ${__GNULD__} >= 1
LDFLAGS += -W
LDFLAGS += -Wall
-LDFLAGS += -Wid-clash-30
LDFLAGS += -Wl,--warn-common
.endif