SPECS: ocaml-lablgl.spec - added -j1 option to make cause it fails...

paszczus paszczus at pld-linux.org
Fri Aug 26 16:37:48 CEST 2005


Author: paszczus                     Date: Fri Aug 26 14:37:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -j1 option to make cause it fails with multiprocesor build

---- Files affected:
SPECS:
   ocaml-lablgl.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/ocaml-lablgl.spec
diff -u SPECS/ocaml-lablgl.spec:1.19 SPECS/ocaml-lablgl.spec:1.20
--- SPECS/ocaml-lablgl.spec:1.19	Fri Aug 26 16:32:56 2005
+++ SPECS/ocaml-lablgl.spec	Fri Aug 26 16:37:43 2005
@@ -156,7 +156,7 @@
 	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
@@ -243,6 +243,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2005/08/26 14:37:43  paszczus
+- added -j1 option to make cause it fails with multiprocesor build
+
 Revision 1.19  2005/08/26 14:32:56  paszczus
 - rel up for rebuild with ocaml 3.08.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ocaml-lablgl.spec?r1=1.19&r2=1.20&f=u




More information about the pld-cvs-commit mailing list