]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
meson: Build plymouthd with -rdynamic
authorRay Strode <rstrode@redhat.com>
Thu, 1 Dec 2022 15:18:31 +0000 (10:18 -0500)
committerRay Strode <rstrode@redhat.com>
Thu, 1 Dec 2022 19:30:19 +0000 (14:30 -0500)
plymouthd needs to be built with -rdynamic so that the builtin
"details" plugin is loadable.

This commit adds the flag.

Related to #200

src/meson.build

index 3b22a3d414346535b27b4a2687143f4eee5d9cf6..704da46cf62dad2843cb624d0237cdf546244907 100644 (file)
@@ -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',