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
| ... | ... |
@@ -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}
|