Apply ASLR to executable files.
[platform/upstream/fontconfig.git] / fc-match / Makefile.am
index 84afb8b..5e69738 100644 (file)
@@ -42,6 +42,9 @@ EXTRA_DIST=fc-match.sgml $(BUILT_MANS)
 CLEANFILES =
 
 fc_match_LDADD = ${top_builddir}/src/libfontconfig.la
+### TIZEN_ONLY(20170811): Apply ASLR to executable files.
+fc_match_LDFLAGS = -pie
+fc_match_CFLAGS = -fPIE
 
 if USEDOCBOOK