]> git.pld-linux.org Git - packages/mono.git/commitdiff
- make -jn breaks build
authorwolf <wolf@pld-linux.org>
Wed, 7 Feb 2007 20:34:19 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono.spec -> 1.207

mono.spec

index 02de25774e664e3b00a40e23252b40b99176d499..5fc3e53a8f53abfac04ba9b71b8dcdc311fbf7c9 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -229,14 +229,14 @@ CPPFLAGS="-DUSE_LIBC_PRIVATE_SYMBOLS"
 # 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
This page took 0.052006 seconds and 4 git commands to generate.