Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv5823

Modified Files:
        gmp.info gmp5.info 
Log Message:
install -j1


Index: gmp5.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp5.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gmp5.info   22 Jul 2011 17:55:07 -0000      1.18
+++ gmp5.info   26 Jul 2011 17:57:30 -0000      1.19
@@ -80,7 +80,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
   #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
   mv %i/%lib/gmp5/libgmp.la %i/%lib
   mv %i/%lib/gmp5/libgmpxx.la %i/%lib

Index: gmp.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gmp.info    15 Jul 2011 20:08:52 -0000      1.24
+++ gmp.info    26 Jul 2011 17:57:30 -0000      1.25
@@ -79,7 +79,7 @@
 InstallScript: <<
   #!/bin/sh -ev
   cd build
-  make DESTDIR=%d install
+  make -j1 DESTDIR=%d install
 <<
 DocFiles: COPYING COPYING.LIB README
 InfoDocs: gmp.info


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to