Revert "add usr/lib for link path. this is work around solution to fix build error... 46/11746/1
authorJungmin Park <jungmin76.park@samsung.com>
Mon, 4 Nov 2013 10:32:16 +0000 (02:32 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 4 Nov 2013 10:32:16 +0000 (02:32 -0800)
This reverts commit bc444dbfbf39da658e21fe7e4ee8b57d7cfc63f0.

Change-Id: Ic0381247699cfda0ae71b4df5446fc049102459d

packaging/osp-appwidget-service.spec

index 5b028b9..000f800 100755 (executable)
@@ -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