From c0494d9af84b9e8c3e76e34c6e898978013a3b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Stefanik?= Date: Mon, 18 Dec 2023 17:26:01 +0100 Subject: [PATCH] Fix build of bash with mes-0.26 Since rename.c is now included in meslibc, we need -DHAVE_RENAME. --- steps/bash-2.05b/mk/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/steps/bash-2.05b/mk/common.mk b/steps/bash-2.05b/mk/common.mk index 4062ff9..2300a0b 100644 --- a/steps/bash-2.05b/mk/common.mk +++ b/steps/bash-2.05b/mk/common.mk @@ -49,6 +49,7 @@ COMMON_CFLAGS = \ -DHAVE_BZERO \ -DHAVE_POSIX_SIGNALS \ -DHAVE_GETCWD \ + -DHAVE_RENAME \ -DHAVE_SYS_SIGLIST \ -Dendpwent\(x\)=0 \ -Denable_hostname_completion\(on_or_off\)=0