]> git.pld-linux.org Git - packages/mupdf.git/commitdiff
- non-parallel build
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2016 14:38:34 +0000 (16:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2016 14:38:41 +0000 (16:38 +0200)
mupdf.spec

index b36c66949449abadf19ed1e1a42f329473758e9a..f4866ad0bc7724a78a19416b1ea4fe4f039607f3 100644 (file)
@@ -97,7 +97,7 @@ Statyczne biblioteki MuPDF.
 %build
 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
 LDFLAGS="%{rpmldflags}" \
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
 %if %{with v8}
This page took 0.039926 seconds and 4 git commands to generate.