From 1f103d6a11482682856c6f9bf65009b573c7101a Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 28 Jul 2023 22:35:50 +0100 Subject: [PATCH] Include POSIX library in splint calls. --- autoconf/make/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/make/rules.mk b/autoconf/make/rules.mk index 66b1a70..2abc630 100644 --- a/autoconf/make/rules.mk +++ b/autoconf/make/rules.mk @@ -12,7 +12,7 @@ $(CC) $< $(<:%.c=%) $(srcdir) $(CFLAGS) $(CPPFLAGS) > $@ .c.e: - -splint -badflag $(CPPFLAGS) $< > $@ 2>&1 + -splint -badflag +posixlib $(CPPFLAGS) $< > $@ 2>&1 -flawfinder $< >> $@ 2>&1 #