X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=4ae6727d9ed9a1748112bcebe4f8b2755c939942;hb=92c661054d48bfe99361fd746251a39a7e9643e6;hp=66c967a47ef65f25c3afe13829cdf647789397fb;hpb=22e6327dbd2567e2ad6163ba838dcbac5da5c470;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index 66c967a..4ae6727 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: The OpenGLES Canvas Core Library -Version: 1.2.37 +Version: 1.2.54 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -67,7 +67,7 @@ Integration development package for the OpenGLES Canvas - headers for integratin %build PREFIX="/usr" CXXFLAGS+=" -Wall -g -Os -DNDEBUG -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections " -LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -lgcc_s -lgcc -lpthread -Wl,-Bsymbolic-functions " +LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections -lgcc_s -lgcc -Wl,-Bsymbolic-functions " %ifarch %{arm} CXXFLAGS+=" -D_ARCH_ARM_ -mfpu=neon"