Fixed the build error for gcc-14.
[platform/upstream/at-spi2-core.git] / registryd / meson.build
index 739509f..25f592d 100644 (file)
@@ -32,6 +32,8 @@ endif
 
 executable('at-spi2-registryd', registryd_sources,
            dependencies: registryd_deps,
+           c_args: '-fPIE',
+           link_args: '-pie',
            install: true,
            install_dir: atspi_libexecdir)