Update user-session-units recipe 09/23109/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 17 Jun 2014 15:32:08 +0000 (17:32 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 17 Jun 2014 15:32:08 +0000 (17:32 +0200)
New generated recipe.

Change-Id: Ia34b5744d568cd308ab4ff7e83ff394d29760ad0
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/user-session-units/user-session-units.inc

index 827720b..be530f9 100644 (file)
@@ -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} \