diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index add74875c6..683d010141 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -94,7 +94,7 @@ CFLAGS-libresolv += $(stack-protector) CFLAGS-res_hconf.c = -fexceptions # The BIND code elicits some harmless warnings. -+cflags += -Wno-strict-prototypes -Wno-write-strings ++cflags += -Wno-write-strings # The DNS NSS modules needs the resolver. $(objpfx)libnss_dns.so: $(objpfx)libresolv.so |