packages: gcc/gcc.spec - do not check for unresolved symbols on mudflap hoo...

pluto pluto at pld-linux.org
Sat Oct 16 16:08:01 CEST 2010


Author: pluto                        Date: Sat Oct 16 14:08:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not check for unresolved symbols on mudflap hooks and java modules.
- release 4.

---- Files affected:
packages/gcc:
   gcc.spec (1.636 -> 1.637) 

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.636 packages/gcc/gcc.spec:1.637
--- packages/gcc/gcc.spec:1.636	Sat Oct 16 10:52:48 2010
+++ packages/gcc/gcc.spec	Sat Oct 16 16:07:56 2010
@@ -71,7 +71,7 @@
 Summary(pt_BR.UTF-8):	Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	%{major_ver}.%{minor_ver}
-Release:	3
+Release:	4
 Epoch:		6
 License:	GPL v3+
 Group:		Development/Languages
@@ -190,6 +190,8 @@
 %define		filterout	-fwrapv -fno-strict-aliasing -fsigned-char
 %define		filterout_ld	-Wl,--as-needed
 
+%define		skip_post_check_so	'.*(libmudflap|libmudflapth|libxmlj|lib-gnu-awt-xlib)\.so.*'
+
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -2220,6 +2222,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.637  2010/10/16 14:07:56  pluto
+- do not check for unresolved symbols on mudflap hooks and java modules.
+- release 4.
+
 Revision 1.636  2010/10/16 08:52:48  pluto
 - patch pretty printers to support std::vector<bool>.
 - release 3 for rebuild with new branch diff.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.636&r2=1.637&f=u



More information about the pld-cvs-commit mailing list