summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <halfline@gmail.com>2022-12-01 19:31:39 +0000
committerRay Strode <halfline@gmail.com>2022-12-01 19:31:39 +0000
commitc81af06abd8c3286a1d6a6877e470f42f813e4de (patch)
treef97d440f38dd5554ca5f024043cd27b32a65fa67
parentee222f7fe80e2ee581fff3cfbc0db627442d58f2 (diff)
parent4a53499b9546d9b685aee004bd139a848c0e06f7 (diff)
Merge branch 'built-ins-are-dynamic' into 'main'
meson: Build plymouthd with -rdynamic See merge request plymouth/plymouth!219
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 3b22a3d4..704da46c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -26,6 +26,7 @@ plymouthd_cflags = [
'-DPLYMOUTH_DRM_ESCROW_DIRECTORY="@0@"'.format(get_option('libexecdir') / 'plymouth'),
'-DPLYMOUTH_LOG_DIRECTORY="@0@"'.format('/var/log'),
'-DPLYMOUTH_SPOOL_DIRECTORY="@0@"'.format(plymouthd_spool_dir),
+ '-rdynamic',
]
plymouthd = executable('plymouthd',