[Tizen] Use old ABI temporarily 96/126796/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 05:28:28 +0000 (14:28 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 05:28:42 +0000 (14:28 +0900)
This reverts commit a3fdf92865bc303d11d87584b20446f5adc3d9dc.

Change-Id: Ibb5a1207089f447ba9b802408aec139b7ea322e8

packaging/dali-adaptor.spec

index aaeda8d..6ae44cb 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}