Browse code

update requires for linux-tools & disable SMP make flags for sysdig

Change-Id: I9c3e355a98c9b592307647f872cc545aef847f55
Reviewed-on: http://photon-jenkins.eng.vmware.com/272
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George

harishspqr authored on 2015/12/16 03:34:46
Showing 2 changed files
... ...
@@ -9,7 +9,7 @@ Vendor:        VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:    http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.xz
11 11
 %define sha1 linux=5e65d0dc94298527726fcd7458b6126e60fb2a8a
12
-Requires:         filesystem kmod coreutils
12
+Requires:         filesystem kmod coreutils binutils
13 13
 
14 14
 %description
15 15
 This package contains the 'perf' performance analysis tools for Linux kernel. 
... ...
@@ -21,7 +21,7 @@ BuildRequires: cmake linux-dev
21 21
 mkdir build
22 22
 cd build
23 23
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_DRIVER=OFF ..
24
-make %{?_smp_mflags}
24
+make 
25 25
 
26 26
 %install
27 27
 cd build