add usr/lib for link path. this is work around solution to fix build error and should... 65/11665/1
authorBogon Kim <bogon82.kim@samsung.com>
Fri, 1 Nov 2013 09:21:44 +0000 (18:21 +0900)
committerBogon Kim <bogon82.kim@samsung.com>
Fri, 1 Nov 2013 09:21:44 +0000 (18:21 +0900)
Change-Id: Ie9990b54ce5e0678bbb7b5352860c8e790e57d27
Signed-off-by: Bogon Kim <bogon82.kim@samsung.com>
packaging/osp-appwidget-service.spec

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