rpms/fcoe-utils/F-12 fcoe-utils-1.0.8-includes.patch,1.1,1.2

Jan Zeleny jzeleny at fedoraproject.org
Wed Mar 17 07:36:03 UTC 2010


Author: jzeleny

Update of /cvs/extras/rpms/fcoe-utils/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28319

Modified Files:
	fcoe-utils-1.0.8-includes.patch 
Log Message:
corrected patch 1.0.8-includes to apply with the new version

fcoe-utils-1.0.8-includes.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: fcoe-utils-1.0.8-includes.patch
===================================================================
RCS file: /cvs/extras/rpms/fcoe-utils/F-12/fcoe-utils-1.0.8-includes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fcoe-utils-1.0.8-includes.patch	31 Jul 2009 17:51:10 -0000	1.1
+++ fcoe-utils-1.0.8-includes.patch	17 Mar 2010 07:36:02 -0000	1.2
@@ -4,8 +4,8 @@
  endif
  
  ## all targets should look for headers in the include directory
--AM_CPPFLAGS = -I${srcdir}/include
-+AM_CPPFLAGS = -I${srcdir}/include -I/lib/modules/`rpm -q --list kernel | grep "^/lib/modules/.*/build$$" | cut -f4 -d"/" | sort -r | head -1`/build/include
+-AM_CPPFLAGS = -Wall -I${srcdir}/include
++AM_CPPFLAGS = -Wall -I${srcdir}/include -I/lib/modules/`rpm -q --list kernel | grep "^/lib/modules/.*/build$$" | cut -f4 -d"/" | sort -r | head -1`/build/include
  
  ## pass the sysconfdir into the C proprocessor
  AM_CFLAGS = -DSYSCONFDIR="\"${sysconfdir}\""



More information about the scm-commits mailing list