From: Jungmin Park Date: Mon, 4 Nov 2013 10:32:16 +0000 (-0800) Subject: Revert "add usr/lib for link path. this is work around solution to fix build error... X-Git-Tag: submit/tizen/20131113.073958~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5207a0c12384898f0478207f065ad400fb30db3;p=platform%2Fframework%2Fnative%2Fappwidget-service.git Revert "add usr/lib for link path. this is work around solution to fix build error and should be removed when the bug is solved" This reverts commit bc444dbfbf39da658e21fe7e4ee8b57d7cfc63f0. Change-Id: Ic0381247699cfda0ae71b4df5446fc049102459d --- diff --git a/packaging/osp-appwidget-service.spec b/packaging/osp-appwidget-service.spec index 5b028b9..000f800 100755 --- a/packaging/osp-appwidget-service.spec +++ b/packaging/osp-appwidget-service.spec @@ -45,10 +45,6 @@ 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