X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=5a35c99ce692f8375906aa1a9c9844ddec0548ab;hb=1cce1e6c40db18f541466789338e4cbf89e3bf41;hp=0f52ea62e33164fe9669f6f110c89d853bc22a84;hpb=77ccf53cea950bf9911d9e803f87526ccdad10cc;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index 0f52ea6..5a35c99 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.2.61 +Version: 1.2.69 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -105,7 +105,7 @@ Integration development package for DALi 3D Engine - headers for integrating wit %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"