From: Kévin THIERRY Date: Tue, 17 Jun 2014 15:32:08 +0000 (+0200) Subject: Update user-session-units recipe X-Git-Tag: demo_release_0.1~11^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F23109%2F1;p=scm%2Fbb%2Fmeta-tizen.git Update user-session-units recipe New generated recipe. Change-Id: Ia34b5744d568cd308ab4ff7e83ff394d29760ad0 Signed-off-by: Kévin THIERRY --- diff --git a/recipes-tizen/user-session-units/user-session-units.inc b/recipes-tizen/user-session-units/user-session-units.inc index 827720b..be530f9 100644 --- a/recipes-tizen/user-session-units/user-session-units.inc +++ b/recipes-tizen/user-session-units/user-session-units.inc @@ -62,10 +62,11 @@ do_compile() { LD_AS_NEEDED=1; export LD_AS_NEEDED ; + CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; - ./autogen.sh --build=${TARGET_SYS} --host=${HOST_SYS} \ + autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ --target=x86_64-tizen-linux \ --program-prefix= \ --prefix=${prefix} \