summaryrefslogtreecommitdiff
path: root/progs/Makefile
diff options
context:
space:
mode:
authorKim Kidong <kd0228.kim@samsung.com>2017-07-25 05:23:15 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-07-25 05:23:15 +0000
commit6fe4fd3a1ffe4fc991e05f4bdeec011126204efe (patch)
tree36255fe2dcdbec735a5787234a37caebf3a265fa /progs/Makefile
parent9ee3fc07c008f13f451c2537ed70375696717ae9 (diff)
parent4818d5bfad4de3119c5e259c54a6baedd9cf5cd1 (diff)
downloadlibcap-6fe4fd3a1ffe4fc991e05f4bdeec011126204efe.tar.gz
libcap-6fe4fd3a1ffe4fc991e05f4bdeec011126204efe.tar.bz2
libcap-6fe4fd3a1ffe4fc991e05f4bdeec011126204efe.zip
Merge "Apply ASLR on utils" into tizen_basetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_base/20170726.065017submit/tizen_6.5_base/20211027.200801submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801submit/tizen_5.5_base_wearable_hotfix/20201023.155601submit/tizen_5.5_base_mobile_hotfix/20201023.171501submit/tizen_5.5_base/20191030.000001submit/tizen_5.0_base/20181101.000001submit/tizen_4.0_base/20170828.000001submit/tizen_4.0_base/20170828.000000submit/tizen_4.0_base/20170811.071500accepted/tizen/base/20170728.205606accepted/tizen/6.5/base/tool/20211027.120146accepted/tizen/6.0/base/tool/hotfix/20201102.090220accepted/tizen/6.0/base/tool/hotfix/20201030.124922accepted/tizen/6.0/base/tool/20201029.112131accepted/tizen/6.0/base/20230713.142904accepted/tizen/6.0/base/20201029.110819accepted/tizen/5.5/base/wearable/hotfix/20201023.081820accepted/tizen/5.5/base/mobile/hotfix/20201023.085639accepted/tizen/5.5/base/20191030.084046accepted/tizen/5.0/base/20181101.091100accepted/tizen/4.0/base/20170828.221321accepted/tizen/4.0/base/20170811.093016tizen_6.0_base_hotfixtizen_6.0_basetizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixtizen_5.5_basetizen_5.0_basetizen_4.0_tvtizen_4.0_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseaccepted/tizen_5.0_baseaccepted/tizen_4.0_base
Diffstat (limited to 'progs/Makefile')
-rw-r--r--progs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/Makefile b/progs/Makefile
index ef51dc6..6a0d8ad 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -15,6 +15,8 @@ ifneq ($(DYNAMIC),yes)
LDFLAGS += --static
endif
LDLIBS += -L../libcap -lcap
+CFLAGS += -fPIE
+LDFLAGS += -pie
all: $(BUILD)