packages: vim/vim.spec - avoid warnings about _FORTIFY_SOURCE being redefined

sparky sparky at pld-linux.org
Sun Feb 28 01:24:19 CET 2010


Author: sparky                       Date: Sun Feb 28 00:24:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- avoid warnings about _FORTIFY_SOURCE being redefined

---- Files affected:
packages/vim:
   vim.spec (1.496 -> 1.497) 

---- Diffs:

================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.496 packages/vim/vim.spec:1.497
--- packages/vim/vim.spec:1.496	Fri Feb 26 20:56:10 2010
+++ packages/vim/vim.spec	Sun Feb 28 01:24:13 2010
@@ -161,6 +161,9 @@
 Obsoletes:	vim-plugin-multvals
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# configure redefines it to =1
+%define		filterout_cpp	-D_FORTIFY_SOURCE=[0-9]*
+
 # that's example script
 %define		_noautoreq	'/bin/csh'
 
@@ -1352,6 +1355,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.497  2010/02/28 00:24:13  sparky
+- avoid warnings about _FORTIFY_SOURCE being redefined
+
 Revision 1.496  2010/02/26 19:56:10  pawelz
 - syntax/sshconfig: not every string begining with '#' is comment. Comments
   are only *lines* begining with #.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.496&r2=1.497&f=u



More information about the pld-cvs-commit mailing list