SPECS: mono.spec - make -jn breaks build

wolf wolf at pld-linux.org
Wed Feb 7 21:34:24 CET 2007


Author: wolf                         Date: Wed Feb  7 20:34:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -jn breaks build

---- Files affected:
SPECS:
   mono.spec (1.206 -> 1.207) 

---- Diffs:

================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.206 SPECS/mono.spec:1.207
--- SPECS/mono.spec:1.206	Wed Feb  7 20:07:52 2007
+++ SPECS/mono.spec	Wed Feb  7 21:34:19 2007
@@ -230,14 +230,14 @@
 # in fact the flag should be "-Wl,-z,execheap" for libmint, but:
 # -z execheap doesn't seem to do anything currently
 # -z execstack for library makes only stack executable, but not heap
-%{__make} \
+%{__make} -j1 \
 	mint_LDFLAGS="-Wl,-z,execheap -Wl,-z,execstack"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_rpmlibdir}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-debug $RPM_BUILD_ROOT%{_bindir}/mono
@@ -495,6 +495,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.207  2007/02/07 20:34:19  wolf
+- make -jn breaks build
+
 Revision 1.206  2007/02/07 19:07:52  deejay1
 - up to 1.2.3
 - rel. 0.9 - check out httpcfg and mbas
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.206&r2=1.207&f=u



More information about the pld-cvs-commit mailing list