diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2015-06-26 11:52:49 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2015-12-04 17:12:17 +0900 |
commit | 078f48a18bb2c8816f6d244a2c9684913ead5303 (patch) | |
tree | 4d6d7a73c8d4bcaa91c6348360bbc7f8c0fd9ff6 /src | |
parent | da09b94dfe52a710e3aa5052e0a009e14e7ce005 (diff) | |
download | murphy-078f48a18bb2c8816f6d244a2c9684913ead5303.tar.gz murphy-078f48a18bb2c8816f6d244a2c9684913ead5303.tar.bz2 murphy-078f48a18bb2c8816f6d244a2c9684913ead5303.zip |
Apply ASLRsubmit/tizen/20151204.092106submit/tizen/20151204.082508accepted/tizen/wearable/20151206.224704accepted/tizen/tv/20151206.224645accepted/tizen/mobile/20151206.224628
Change-Id: Ibaebcfddc8866d6a00b376e3c0a505f29c9565b5
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a9a5d9c..605de80 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1447,6 +1447,9 @@ murphyd_CFLAGS = \ $(BUILTIN_CFLAGS) \ $(JSON_CFLAGS) +murphyd_CFLAGS += \ + -fPIC -pie + murphyd_LDADD = \ $(BUILTIN_LIBS) \ $(LINKEDIN_PLUGINS) \ |