Commit d64804ac authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'for_glibc_1' of github.com:Htylol/PortWINE into Htylol-for_glibc_1

parents bc2f254f b3b76c79
...@@ -5637,7 +5637,7 @@ gui_edit_db () { ...@@ -5637,7 +5637,7 @@ gui_edit_db () {
[[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC" [[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC"
if ! check_flatpak \ if ! check_flatpak \
&& [[ $(ldd --version | head -n 1 | awk '{print $4}') < 2.38 ]] && ! compare_versions "$(ldd --version | head -n 1 | awk '{print $4}')" "2.38"
then then
DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN" DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN"
export PW_USE_LS_FRAME_GEN="0" export PW_USE_LS_FRAME_GEN="0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment