diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-08 14:18:31 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-08 17:12:53 +0200 |
commit | dd93da28f3fa17fe407f66fd85926ee20ac63b5c (patch) | |
tree | 92d4701ae3c246ca02240da9e82296a2adf79b57 /recipes-tizen/libmm-log | |
parent | 5c85b3d9c099ad4cf64f7bfbdea26d90a0b96d0c (diff) | |
download | meta-tizen-dd93da28f3fa17fe407f66fd85926ee20ac63b5c.tar.gz meta-tizen-dd93da28f3fa17fe407f66fd85926ee20ac63b5c.tar.bz2 meta-tizen-dd93da28f3fa17fe407f66fd85926ee20ac63b5c.zip |
Update package.
Change-Id: I1a1a7d9208b45aa17b867494ab50fc5e443a99eb
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/libmm-log')
-rw-r--r-- | recipes-tizen/libmm-log/libmm-log.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-tizen/libmm-log/libmm-log.inc b/recipes-tizen/libmm-log/libmm-log.inc index 67e62165..fa270a5e 100644 --- a/recipes-tizen/libmm-log/libmm-log.inc +++ b/recipes-tizen/libmm-log/libmm-log.inc @@ -45,13 +45,19 @@ do_compile() { LANG=C export LANG unset DISPLAY + 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 ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; export CFLAGS+=" -DUSE_DLOG" ./autogen.sh + 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 ; autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ - --target=${TARGET_SYS} \ + --target=x86_64-tizen-linux \ --program-prefix= \ --prefix=${prefix} \ --exec-prefix=${prefix} \ |