libinput-device-group: apply ASLR
authorSung-Jin Park <sj76.park@samsung.com>
Fri, 11 Aug 2017 07:34:55 +0000 (16:34 +0900)
committerjeon <jhyuni.kang@samsung.com>
Wed, 19 Feb 2020 12:28:26 +0000 (21:28 +0900)
Change-Id: I517dde04ad048cace459d23f3df63d8deb26c5c6
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
meson.build

index affc0d6680578a274da3a69ab623c1ceab8acb14..98c05623d92595b9f904ab707522ee6990fda832 100644 (file)
@@ -170,7 +170,8 @@ executable('libinput-device-group',
           dependencies : [dep_udev, dep_libwacom],
           include_directories : [includes_src, includes_include],
           install : true,
-          install_dir : dir_udev_callouts)
+          install_dir : dir_udev_callouts,
+          pie : true)
 executable('libinput-fuzz-extract',
           'udev/libinput-fuzz-extract.c',
           'src/util-strings.c',