Browse code

Disabling parallel build in cyrus-sasl

dthaluru authored on 2015/07/17 08:04:09
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Cyrus Simple Authentication Service Layer (SASL) library
2 2
 Name:		cyrus-sasl
3 3
 Version:	2.1.26
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	Custom
6 6
 URL:		http://cyrusimap.web.cmu.edu/
7 7
 Group:		System Environment/Security
... ...
@@ -58,7 +58,7 @@ popd
58 58
     --enable-fast-install \
59 59
     --enable-krb4
60 60
 
61
-make %{?_smp_mflags}
61
+make
62 62
 %install
63 63
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
64 64
 make DESTDIR=%{buildroot} install
... ...
@@ -94,5 +94,7 @@ rm -rf %{buildroot}/*
94 94
 %{_mandir}/man3/*
95 95
 %{_datadir}/licenses/%{name}/LICENSE
96 96
 %changelog
97
+*	Thu Jul 16 2015 Divya Thaluru <dthaluru@vmware.com> 2.1.26-2
98
+-	Disabling parallel threads in make
97 99
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.1.26-1
98 100
 -	Initial build.	First version