[Tizen] Use old ABI temporarily 93/128193/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 04:03:10 +0000 (13:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 04:03:13 +0000 (13:03 +0900)
Change-Id: Ifbf5738541b142b7a80c2c1424a8035c3f40ffc3

packaging/dali-toolkit.spec

index d311561..29b4415 100644 (file)
@@ -106,7 +106,7 @@ done
 ##############################
 %build
 PREFIX="/usr"
-CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections "
+CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections -D_GLIBCXX_USE_CXX11_ABI=0 "
 LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -Wl,-Bsymbolic-functions "
 
 %if 0%{?enable_coverage}