Revert "[Tizen] Use old ABI temporarily" 84/128184/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:51:06 +0000 (12:51 +0900)
committerHeeyong 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

index 0844b1f..b6fa1b2 100644 (file)
@@ -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}