[Tizen] Use old ABI temporarily 06/126506/1 submit/tizen/20170424.093438
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 24 Apr 2017 02:18:17 +0000 (11:18 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 24 Apr 2017 02:18:17 +0000 (11:18 +0900)
Change-Id: I856f178d21c1626b1957ec660aae47b5986346d8

packaging/dali-adaptor.spec

index 93ca3bf..5d8ca24 100644 (file)
@@ -287,7 +287,7 @@ VideoPlayer plugin to play a video file for Dali
 ##############################
 %build
 PREFIX+="/usr"
-CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections -DGL_GLEXT_PROTOTYPES"
+CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections -DGL_GLEXT_PROTOTYPES -D_GLIBCXX_USE_CXX11_ABI=0 "
 LDFLAGS+=" -Wl,--rpath=%{_libdir} -Wl,--as-needed -Wl,--gc-sections -Wl,-Bsymbolic-functions "
 
 %ifarch %{arm}