From: Michael Ford Date: Wed, 10 Jun 2026 15:24:50 +0000 (+0200) Subject: inet: Remove unused STATIC_NSS define X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82b710c1900944ea122a3880f542215948fc023d;p=thirdparty%2Fglibc.git inet: Remove unused STATIC_NSS define The --enable-static-nss configuration adds -DSTATIC_NSS to CFLAGS for the inet subdirectory, but no source file has referenced the STATIC_NSS macro for quite some time. So remove the dead define. Signed-off-by: Michael Ford Reviewed-by: Adhemerval Zanella --- diff --git a/inet/Makefile b/inet/Makefile index 613f61d290..e8dfac1b8c 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -134,10 +134,6 @@ endif $(inst_sysconfdir)/rpc: etc.rpc $(+force) $(do-install) -ifeq ($(build-static-nss),yes) -CFLAGS += -DSTATIC_NSS -endif - ifeq ($(have-test-clang),yes) CFLAGS-tst-deadline.c += -Wno-ignored-attributes endif