]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
inet: Remove unused STATIC_NSS define
authorMichael Ford <fanquake@gmail.com>
Wed, 10 Jun 2026 15:24:50 +0000 (17:24 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 15 Jun 2026 15:00:03 +0000 (15:00 +0000)
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 <fanquake@gmail.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
inet/Makefile

index 613f61d290cc40a4da175104c41bfcd27d54d667..e8dfac1b8c36f41df34cc96ed53608496f041f96 100644 (file)
@@ -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