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 4565d78 commit 2b6fa29Copy full SHA for 2b6fa29
scripts/common-versions-source.sh
@@ -86,12 +86,16 @@ function build_versions()
86
# https://ftp.gnu.org/pub/gnu/gettext/
87
build_gettext "0.21"
88
89
- # required by pcre2
90
- # https://ftp.gnu.org/gnu/readline/
91
- build_readline "8.1.2"
+ # Experimental, when a newer glib was tested.
+ if false # [ "${TARGET_PLATFORM}" != "win32" ]
+ then
92
+ # required by pcre2
93
+ # https://ftp.gnu.org/gnu/readline/
94
+ build_readline "8.1.2"
95
- # https://github.com/PCRE2Project/pcre2/releases
- build_pcre2 "10.40"
96
+ # https://github.com/PCRE2Project/pcre2/releases
97
+ build_pcre2 "10.40"
98
+ fi
99
100
# https://download.gnome.org/sources/glib/
101
# ERROR: glib-2.56 gthread-2.0 is required to compile QEMU
0 commit comments