Browse code

disabling smp make flags for blktrace & net-snmp

Updated blktrace to use single threaded building.

Change-Id: I716ad1d60a81942a687038a83ee905912f3921e5

Updated net-snmp to use single-threaded building

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

harishspqr authored on 2015/12/09 10:19:08
Showing 2 changed files
... ...
@@ -19,7 +19,7 @@ information about request queue operations up to user space.
19 19
 %setup -q
20 20
 
21 21
 %build
22
-make %{?_smp_mflags}
22
+make
23 23
 
24 24
 %install
25 25
 make install DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir}
... ...
@@ -27,7 +27,6 @@ The net-snmp-devel package contains headers and libraries for building SNMP appl
27 27
 %setup -q
28 28
 
29 29
 %build
30
-#autoreconf -fi
31 30
 ./configure --prefix=%{_prefix} \
32 31
 		--host=ia64-linux \
33 32
 		--build=i686 \
... ...
@@ -41,7 +40,7 @@ The net-snmp-devel package contains headers and libraries for building SNMP appl
41 41
 		--disable-static \
42 42
 		--with-x=no \
43 43
 		--enable-as-needed
44
-make %{?_smp_mflags}
44
+make
45 45
 
46 46
 %install
47 47
 make install DESTDIR=%{buildroot}