Fix for x86_64 compatibility.
authorJunfeng <junfeng.dong@intel.com>
Tue, 19 Mar 2013 10:22:39 +0000 (18:22 +0800)
committerJunfeng <junfeng.dong@intel.com>
Tue, 19 Mar 2013 10:22:39 +0000 (18:22 +0800)
Change-Id: Idb2302e93eff57ded53817787f65ca6cb4eb4781

capi-system-system-settings.pc.in
packaging/capi-system-system-settings.spec

index d0610b91cd42ae5a71a53a4a053bde45d6f38f44..1d79ad07162eb4fb757664668f0ce31920b5689c 100755 (executable)
@@ -3,7 +3,7 @@
 
 prefix=@PREFIX@
 exec_prefix=/usr
-libdir=/usr/lib
+libdir=@LIB_INSTALL_DIR@
 includedir=/usr/include/system
 
 Name: @PC_NAME@
index d3f1bcc50d07268a625c127ed198db78e3deb588..c1f43c51d819d2a767dc13b4f47aa1d83fe59784 100755 (executable)
@@ -36,7 +36,7 @@ Requires:  pkgconfig(capi-base-common)
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`  
-%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} 
+%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
 
 make %{?jobs:-j%jobs}