gstreamer/gstreamer-pie.patch

31 lines
974 B
Diff

Index: gstreamer-1.22.0/libs/gst/helpers/meson.build
===================================================================
--- gstreamer-1.22.0.orig/libs/gst/helpers/meson.build
+++ gstreamer-1.22.0/libs/gst/helpers/meson.build
@@ -5,6 +5,7 @@ exe = executable('gst-plugin-scanner',
dependencies : [gst_dep, mathlib, gmodule_dep,],
install_dir : helpers_install_dir,
install: true,
+ pie: true,
)
meson.add_devenv({'GST_PLUGIN_SCANNER': exe.full_path()})
@@ -21,6 +22,7 @@ if bashcomp_found
install_dir : helpers_install_dir,
install_tag : 'bin',
install: true,
+ pie: true,
)
endif
@@ -117,7 +119,8 @@ if have_ptp
include_directories : [configinc, libsinc],
dependencies : [gst_dep, gio_dep, mathlib, cap_dep],
install_dir : helpers_install_dir,
- install : true)
+ install : true,
+ pie : true)
meson.add_install_script('ptp_helper_post_install.sh',
helpers_install_dir, with_ptp_helper_permissions,