From 5a724fc40e2a5ed99bf4217179f9d7e46a78a74f Mon Sep 17 00:00:00 2001 From: Paul Dersey Date: Tue, 19 Jan 2021 16:33:24 -0500 Subject: [PATCH] bash: fix segfault due to missing define --- sysa/bash-2.05b/mk/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sysa/bash-2.05b/mk/common.mk b/sysa/bash-2.05b/mk/common.mk index 3cca351..bfaf5ff 100644 --- a/sysa/bash-2.05b/mk/common.mk +++ b/sysa/bash-2.05b/mk/common.mk @@ -44,6 +44,7 @@ COMMON_CFLAGS = \ -DHAVE_BZERO \ -DHAVE_POSIX_SIGNALS \ -DHAVE_GETCWD \ + -DHAVE_SYS_SIGLIST \ -Dendpwent\(x\)=0 \ -Denable_hostname_completion\(on_or_off\)=0