Unverified Commit 5f5c47fe authored by zorn-v's avatar zorn-v Committed by GitHub

Correct fix GLIBC version check

parent f59bd5c0
...@@ -5673,7 +5673,7 @@ gui_edit_db () { ...@@ -5673,7 +5673,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 \
&& ! compare_versions "$(ldd --version | head -n 1 | awk '{print $5}')" "2.38" && ! compare_versions "$(ldd --version | head -n 1 | awk '{print $NF}')" "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