Merge bitcoin#23511: require glibc 2.18+

follow to 07bd5977e5
This commit is contained in:
pasta 2024-10-03 00:59:07 -05:00
parent 9f0e4ae82a
commit 02f81e5e35
No known key found for this signature in database
GPG Key ID: E2F3D7916E722D38

View File

@ -236,7 +236,6 @@ mkdir -p "$OUTDIR"
# CONFIGFLAGS # CONFIGFLAGS
CONFIGFLAGS+=" --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary" CONFIGFLAGS+=" --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
case "$HOST" in case "$HOST" in
*linux*) CONFIGFLAGS+=" --disable-threadlocal" ;;
*mingw*) CONFIGFLAGS+=" --disable-miner" ;; *mingw*) CONFIGFLAGS+=" --disable-miner" ;;
esac esac