Skip to content

Commit 398d921

Browse files
committed
bash mistakenly considered strtold(3C) broken
1 parent b928b96 commit 398d921

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/bash/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ CONFIGURE_OPTS="
150150
"
151151
CONFIGURE_OPTS[amd64]+=" --enable-separate-helpfiles"
152152

153+
# Due to a faulty configure check that is an error with gcc14
154+
# (error: passing argument 2 of 'strtold' from incompatible pointer type)
155+
# configure mistakenly thinks our strtold(3c) is horribly broken.
156+
CONFIGURE_OPTS+=" bash_cv_strtold_broken=no"
157+
153158
download_source $PROG $PROG $VER
154159
patch_source
155160
build

0 commit comments

Comments
 (0)