Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
5f5c47fe
Unverified
Commit
5f5c47fe
authored
Sep 16, 2025
by
zorn-v
Committed by
GitHub
Sep 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct fix GLIBC version check
parent
f59bd5c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
5f5c47fe
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment