enable address space layout randomization 84/53384/1 accepted/tizen/mobile/20151207.122552 accepted/tizen/tv/20151207.122608 accepted/tizen/wearable/20151207.122625 submit/tizen/20151207.004852
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 4 Dec 2015 10:50:50 +0000 (19:50 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 4 Dec 2015 10:50:50 +0000 (19:50 +0900)
Change-Id: I4af447f229618e9ec089655352088ca7494e01c6

packaging/enlightenment.spec

index bf29a8d..dbf990f 100644 (file)
@@ -79,6 +79,8 @@ cp %{SOURCE1001} .
 
 
 %build
+export CFLAGS+=" -fPIE "
+export LDFLAGS+=" -pie "
 %autogen \
 %if %{with wayland}
       --enable-wayland-only \