Apply ASLR to executable files.
[platform/upstream/fontconfig.git] / fc-query / Makefile.am
index 73b3f11..44e97f4 100644 (file)
@@ -42,6 +42,9 @@ EXTRA_DIST=fc-query.sgml $(BUILT_MANS)
 CLEANFILES =
 
 fc_query_LDADD = ${top_builddir}/src/libfontconfig.la
+### TIZEN_ONLY(20170811): Apply ASLR to executable files.
+fc_query_LDFLAGS = -pie
+fc_query_CFLAGS = -fPIE
 
 if USEDOCBOOK