Skip to content

Commit 7825fb8

Browse files
committed
Fix build of bash with mes-0.26
Since rename.c is now included in meslibc, we need -DHAVE_RENAME.
1 parent d1e53bc commit 7825fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

steps/bash-2.05b/mk/common.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ COMMON_CFLAGS = \
4949
-DHAVE_BZERO \
5050
-DHAVE_POSIX_SIGNALS \
5151
-DHAVE_GETCWD \
52+
-DHAVE_RENAME \
5253
-DHAVE_SYS_SIGLIST \
5354
-Dendpwent\(x\)=0 \
5455
-Denable_hostname_completion\(on_or_off\)=0

0 commit comments

Comments
 (0)