logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: c0494d9af84b9e8c3e76e34c6e898978013a3b39
parent 70fdbebd9c3c78c7412dd22a728b36f7e6cfd815
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date:   Mon, 18 Dec 2023 17:26:01 +0100

Fix build of bash with mes-0.26

Since rename.c is now included in meslibc, we need -DHAVE_RENAME.

Diffstat:

Msteps/bash-2.05b/mk/common.mk1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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