diff options
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index b8b862065e..be203683f7 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -93,9 +93,6 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \ CFLAGS-libresolv += $(stack-protector) CFLAGS-res_hconf.c = -fexceptions -# The BIND code elicits some harmless warnings. -+cflags += -Wno-write-strings - # The DNS NSS modules needs the resolver. $(objpfx)libnss_dns.so: $(objpfx)libresolv.so |