meson: elm: add pie and fPIC cflags and ldflags to elm binaries
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 10 Jan 2019 16:03:35 +0000 (17:03 +0100)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 16 Jan 2019 02:15:38 +0000 (11:15 +0900)
commitbe509e8068eb9dca8f7ded0c69477a58546e192f
tree44376efb8db72aa925212b35196ab30b9a1f901b
parent4186f701780f083dffe2e1729d6c66c020bc92de
meson: elm: add pie and fPIC cflags and ldflags to elm binaries

My use case here is having elementary_test being loaded by exactness.
That has been working fine with our autotools based build system but no
longer with meson.

Bringing fPIC and pie back as options allows exactness to dlopen the
binary and work again.

Differential Revision: https://phab.enlightenment.org/D7587

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>