From: MyoungJune Park Date: Fri, 11 Aug 2017 06:09:23 +0000 (+0900) Subject: apply ASLR options X-Git-Tag: submit/tizen_base/20170811.105632^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a8dea3fd63795aa5ac047be333f701718f6c08a;p=product%2Fupstream%2Fgzip.git apply ASLR options Change-Id: Id67a8f622dce6da92f43bec28aaaaa540ef9b705 Signed-off-by: MyoungJune Park --- diff --git a/packaging/gzip.spec b/packaging/gzip.spec index 391ff8c..72cd009 100644 --- a/packaging/gzip.spec +++ b/packaging/gzip.spec @@ -25,7 +25,7 @@ cp %{SOURCE1001} . %configure \ --bindir=%{_bindir} -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS=" -fPIE" LDFLAGS=" -pie" %install %make_install