SPECS: ruby.spec - keep frame pointers for correct exception handl...

pluto pluto at pld-linux.org
Mon May 1 21:09:56 CEST 2006


Author: pluto                        Date: Mon May  1 19:09:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- keep frame pointers for correct exception handling.

---- Files affected:
SPECS:
   ruby.spec (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.131 SPECS/ruby.spec:1.132
--- SPECS/ruby.spec:1.131	Mon Apr 10 22:14:21 2006
+++ SPECS/ruby.spec	Mon May  1 21:09:50 2006
@@ -68,6 +68,9 @@
 # (SEGV or "unexpected break" on miniruby run during build)
 %define		specflags_ia64	-O0
 
+# ruby needs frame pointers for correct exception handling
+%define		specflags	-fno-omit-frame-pointer
+
 %description
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming. It has many features to process text
@@ -434,6 +437,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132  2006/05/01 19:09:50  pluto
+- keep frame pointers for correct exception handling.
+
 Revision 1.131  2006/04/10 20:14:21  twittner
 - BR: openssl-devel
 
================================================================

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



More information about the pld-cvs-commit mailing list