From b5207a0c12384898f0478207f065ad400fb30db3 Mon Sep 17 00:00:00 2001 From: Jungmin Park Date: Mon, 4 Nov 2013 02:32:16 -0800 Subject: [PATCH] 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 --- packaging/osp-appwidget-service.spec | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1