Skip to content

Commit

Permalink
Create fix-compilation-with-LLD18.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryPenguinPL committed Mar 31, 2024
1 parent d823028 commit 39f1c03
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fix-compilation-with-LLD18.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -uraN flatpak-1.15.7/common/meson.build omv-flatpak-1.15.7/common/meson.build
--- flatpak-1.15.7/common/meson.build 2024-03-27 15:40:30.000000000 +0100
+++ omv-flatpak-1.15.7/common/meson.build 2024-03-31 19:08:04.070974138 +0200
@@ -253,7 +253,7 @@
gnu_symbol_visibility : 'hidden',
include_directories : [common_include_directories],
install : true,
- link_args : ['-export-dynamic'],
+ link_args : ['-Wl,--export-dynamic'],
link_whole : [
libflatpak_common_base,
libflatpak_common,

0 comments on commit 39f1c03

Please sign in to comment.