projects
/
platform
/
core
/
uifw
/
dali-toolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f099802
)
Revert "[Tizen] Use old ABI temporarily"
84/128184/1
author
Heeyong Song
<heeyong.song@samsung.com>
Mon, 8 May 2017 03:51:06 +0000
(12:51 +0900)
committer
Heeyong Song
<heeyong.song@samsung.com>
Mon, 8 May 2017 03:51:12 +0000
(12:51 +0900)
This reverts commit
b12b7a1cfef9cddea4fb8e1d3b3fa47b905d7984
.
Change-Id: I0c12c2bd003692ccf6909e878867d940d34a215f
packaging/dali-toolkit.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-toolkit.spec
b/packaging/dali-toolkit.spec
index
0844b1f
..
b6fa1b2
100644
(file)
--- a/
packaging/dali-toolkit.spec
+++ b/
packaging/dali-toolkit.spec
@@
-106,7
+106,7
@@
done
##############################
%build
PREFIX="/usr"
-CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections
-D_GLIBCXX_USE_CXX11_ABI=0
"
+CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections "
LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -Wl,-Bsymbolic-functions "
%if 0%{?enable_coverage}