From: Bogon Kim Date: Fri, 1 Nov 2013 09:21:44 +0000 (+0900) Subject: add usr/lib for link path. this is work around solution to fix build error and should... X-Git-Tag: submit/tizen/20131113.073758~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc444dbfbf39da658e21fe7e4ee8b57d7cfc63f0;p=platform%2Fframework%2Fnative%2Fappwidget-service.git add usr/lib for link path. this is work around solution to fix build error and should be removed when the bug is solved Change-Id: Ie9990b54ce5e0678bbb7b5352860c8e790e57d27 Signed-off-by: Bogon Kim --- diff --git a/packaging/osp-appwidget-service.spec b/packaging/osp-appwidget-service.spec index 000f800..5b028b9 100755 --- a/packaging/osp-appwidget-service.spec +++ b/packaging/osp-appwidget-service.spec @@ -45,6 +45,10 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` CXXFLAGS="$CXXFLAGS -D_SECURE_LOG" %endif +# [FIXME]Work around solution to fix build error. +# Should be eliminated when gcc bug is fixed. +CXXFLAGS="$CXXFLAGS -L/usr/lib" + cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DOBS=1 -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DARCH=${ARCH} # Call make instruction with smp support