Skip to content

Commit

Permalink
update libdl path [upload]
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Aug 8, 2024
1 parent 4f3793d commit 9f1357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/compile-qtwayland5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git apply /tmp/agnos/patch-qtwayland-v5.12

# qtwayland is incorrectly built against libdl.so instead of libdl.so.2
# https://stackoverflow.com/a/75855054/639708
ln -s /usr/aarch64-linux-gnu/lib/libdl.so.2 /usr/aarch64-linux-gnu/lib/libdl.so
ln -s libdl.so.2 /usr/lib/aarch64-linux-gnu/libdl.so

mkdir /tmp/build && cd /tmp/build
qmake /tmp/qtwayland
Expand Down

0 comments on commit 9f1357d

Please sign in to comment.