diff options
author | MyoungJune Park <mj2004.park@samsung.com> | 2017-08-11 17:11:10 +0900 |
---|---|---|
committer | MyoungJune Park <mj2004.park@samsung.com> | 2017-08-11 17:11:37 +0900 |
commit | 42a04cb81533de4c8b7d67a70b94b944eb122fc8 (patch) | |
tree | 943b50a4e57d31d1b1954304316cc33df0d329b1 | |
parent | 5fafc98c53c0f2cc3f136f8f01b48bebed8f0be5 (diff) | |
download | sed-tizen_5.5_base_wearable_hotfix.tar.gz sed-tizen_5.5_base_wearable_hotfix.tar.bz2 sed-tizen_5.5_base_wearable_hotfix.zip |
apply ASLR optionstizen_6.0.m2_releasetizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_base/20201208.051733submit/tizen_base/20201208.051231submit/tizen_base/20201207.055733submit/tizen_base/20170811.105156submit/tizen_6.0_base_hotfix/20201102.162702submit/tizen_6.0_base_hotfix/20201030.192502submit/tizen_6.0_base/20201029.184802submit/tizen_5.5_base_wearable_hotfix/20201023.155602submit/tizen_5.5_base_mobile_hotfix/20201023.171502submit/tizen_5.5_base/20191030.000001submit/tizen_5.0_base/20181101.000002submit/tizen_4.0_base/20170828.000001submit/tizen_4.0_base/20170828.000000accepted/tizen/base/20170814.055830accepted/tizen/6.0/base/tool/hotfix/20201102.085711accepted/tizen/6.0/base/tool/hotfix/20201030.124546accepted/tizen/6.0/base/tool/20201029.111736accepted/tizen/6.0/base/20201029.110055accepted/tizen/5.5/base/wearable/hotfix/20201023.080514accepted/tizen/5.5/base/mobile/hotfix/20201023.084116accepted/tizen/5.5/base/20191030.084551accepted/tizen/5.0/base/20181101.091627accepted/tizen/4.0/base/20170828.221405tizen_6.0_base_hotfixtizen_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_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseaccepted/tizen_5.0_baseaccepted/tizen_4.0_base
Change-Id: Ie737594af3c616ce07beff9cab5e23b2c9142628
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
-rw-r--r-- | packaging/sed.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/sed.spec b/packaging/sed.spec index 1df1565..34c87c4 100644 --- a/packaging/sed.spec +++ b/packaging/sed.spec @@ -23,7 +23,8 @@ cp %{SOURCE1001} . %build %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security -export CFLAGS="%{optflags} %warn_flags" +export CFLAGS="%{optflags} %warn_flags -fPIC" +export LDFLAGS=" -pie" %configure --prefix=/usr \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ |