File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919# ################################################################################################################################################
2020# Script version = Major minor patch
2121# ################################################################################################################################################
22- script_version=" 2.0.17 "
22+ script_version=" 2.0.18 "
2323# ################################################################################################################################################
2424# Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2525# ################################################################################################################################################
@@ -2596,7 +2596,7 @@ _glibc_bootstrap() {
25962596}
25972597# shellcheck disable=SC2317
25982598_glibc () {
2599- " ${qbt_dl_folder_path} /configure" " ${multi_glibc[@]} " --prefix=" ${qbt_install_dir} " --enable-static-nss --disable-nscd --srcdir=" ${qbt_dl_folder_path} " | & _tee " ${qbt_install_dir} /logs/${app_name} .log"
2599+ " ${qbt_dl_folder_path} /configure" " ${multi_glibc[@]} " --prefix=" ${qbt_install_dir} " --enable-cet --enable- static-nss --disable-nscd --srcdir=" ${qbt_dl_folder_path} " | & _tee " ${qbt_install_dir} /logs/${app_name} .log"
26002600 make -j" $( nproc) " | & _tee -a " ${qbt_install_dir} /logs/$app_name .log"
26012601 _post_command build
26022602 make install | & _tee -a " ${qbt_install_dir} /logs/${app_name} .log"
You can’t perform that action at this time.
0 commit comments