We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b928b96 commit 398d921Copy full SHA for 398d921
build/bash/build.sh
@@ -150,6 +150,11 @@ CONFIGURE_OPTS="
150
"
151
CONFIGURE_OPTS[amd64]+=" --enable-separate-helpfiles"
152
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
+
158
download_source $PROG $PROG $VER
159
patch_source
160
build
0 commit comments