]> git.pld-linux.org Git - packages/ocaml-lablgl.git/commitdiff
- added -j1 option to make cause it fails with multiprocesor build auto/ac/ocaml-lablgl-1_01-4
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 26 Aug 2005 14:37:43 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-lablgl.spec -> 1.20

ocaml-lablgl.spec

index dd358b8e99f3382c0abf14e52ef87ff2df5888b4..7f799120bffd475347e45469fb2fd5712da6c4f7 100644 (file)
@@ -155,7 +155,7 @@ sed -e 's|^TKINCLUDES|#&|;
        s|^GLLIBS.*|GLLIBS = -L%{_prefix}/X11R6/%{_lib} -lGL -lGLU -lXmu|;
        s|^COPTS.*|COPTS = %{rpmcflags} -c -fPIC|;' \
        Makefile.config.ex > Makefile.config
-%{__make} all opt
+%{__make} -j1 all opt
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.030468 seconds and 4 git commands to generate.