audio-session-manager: new generated recipe 40/23140/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 18 Jun 2014 09:16:12 +0000 (11:16 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 18 Jun 2014 09:16:12 +0000 (11:16 +0200)
Change-Id: Ic1634ac06059dde5faae246161c0fa324e716f2d
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/audio-session-manager/audio-session-manager.inc

index 9ec0a71..fecae50 100644 (file)
@@ -70,10 +70,11 @@ do_compile() {
  
  
  
+   
    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} \