SPECS: ruby.spec - allow build doc without ruby installed

tommat tommat at pld-linux.org
Tue Jul 10 12:29:02 CEST 2007


Author: tommat                       Date: Tue Jul 10 10:29:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- allow build doc without ruby installed

---- Files affected:
SPECS:
   ruby.spec (1.169 -> 1.170) 

---- Diffs:

================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.169 SPECS/ruby.spec:1.170
--- SPECS/ruby.spec:1.169	Mon Apr 30 21:36:34 2007
+++ SPECS/ruby.spec	Tue Jul 10 12:28:57 2007
@@ -258,6 +258,8 @@
 
 RUBYLIB=".:lib:`find ext/ .ext/ -type d | tr '\n' ':'`"
 export RUBYLIB
+LD_LIBRARY_PATH=$(pwd)
+export LD_LIBRARY_PATH
 
 ./miniruby bin/rdoc --inline-source --op rdoc/core \
 	array.c bignum.c class.c compar.c dir.c dln.c dmyext.c enum.c \
@@ -461,6 +463,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.170  2007/07/10 10:28:57  tommat
+- allow build doc without ruby installed
+
 Revision 1.169  2007/04/30 19:36:34  aredridel
 - replace full ruby update patch with just thread patch
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.169&r2=1.170&f=u



More information about the pld-cvs-commit mailing list