From 5a8dea3fd63795aa5ac047be333f701718f6c08a Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Fri, 11 Aug 2017 15:09:23 +0900 Subject: [PATCH] apply ASLR options Change-Id: Id67a8f622dce6da92f43bec28aaaaa540ef9b705 Signed-off-by: MyoungJune Park --- packaging/gzip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1