From: Lisa kim Date: Mon, 4 Jul 2016 01:56:29 +0000 (+0900) Subject: Fix build error : Apply TIZEN_TV config for fPie option X-Git-Tag: submit/tizen/20160704.100759~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c233446b51cf5e5886bfb163dbb651b049ef60e2;p=platform%2Fupstream%2Fenlightenment.git Fix build error : Apply TIZEN_TV config for fPie option Change-Id: I6e24a8bf1e17bcd94f561ff7fafce1cb804b0efa Signed-off-by: Lisa kim --- diff --git a/packaging/enlightenment.spec b/packaging/enlightenment.spec index 5bb6ee677a..a5e1ef3b6e 100755 --- a/packaging/enlightenment.spec +++ b/packaging/enlightenment.spec @@ -65,9 +65,8 @@ cp %{SOURCE1001} . %build %if "%{TIZEN_PRODUCT_TV}" != "1" export CFLAGS+=" -fPIE " -%endif export LDFLAGS+=" -pie " - +%endif %autogen \ --enable-function-trace \ --enable-wayland \