SPECS (LINUX_2_6): kernel.spec - now builds on sparc64

tommat tommat at pld-linux.org
Mon Jun 11 07:52:40 CEST 2007


Author: tommat                       Date: Mon Jun 11 05:52:40 2007 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- now builds on sparc64

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1730 -> 1.441.2.1731) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1730 SPECS/kernel.spec:1.441.2.1731
--- SPECS/kernel.spec:1.441.2.1730	Sun Jun 10 21:06:18 2007
+++ SPECS/kernel.spec	Mon Jun 11 07:52:34 2007
@@ -942,6 +942,9 @@
 # on sparc this line causes CONFIG_INPUT=m (instead of =y), thus breaking build
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
+# on sparc64 avoid building break due to NULL pointer type warrning
+sed -i -e 's/^EXTRA_CFLAGS := -Werror/EXTRA_CFLAGS := /' arch/sparc64/kernel/Makefile
+
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
 
@@ -1619,6 +1622,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1731  2007/06/11 05:52:34  tommat
+- now builds on sparc64
+
 Revision 1.441.2.1730  2007/06/10 19:06:18  areq
 - add linux-PF_RING.patch
   http://www.ntop.org/PF_RING.html
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1730&r2=1.441.2.1731&f=u



More information about the pld-cvs-commit mailing list