Magellan Linux

Diff of /trunk/core/klibc/klibc-1.5.15-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3199 by niro, Fri Oct 16 11:15:21 2009 UTC revision 3200 by niro, Fri Oct 16 11:22:56 2009 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
28   mirror://${PNAME}/${PNAME}-1.5.14-x86_64-fix-io.h.patch   mirror://${PNAME}/${PNAME}-1.5.14-x86_64-fix-io.h.patch
29   mirror://${PNAME}/${PNAME}-${PVER}-fix-2.6.29-includes.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-2.6.29-includes.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-signal-cleanup.patch
31   mirror://${PNAME}/${PNAME}-${PVER}-mntproc-definitions.patch   mirror://${PNAME}/${PNAME}-${PVER}-mntproc-definitions.patch
32  )  )
33    
# Line 43  src_prepare() Line 44  src_prepare()
44   # new include-layout in 2.6.29   # new include-layout in 2.6.29
45   mpatch ${PNAME}-${PVER}-fix-2.6.29-includes.patch || die   mpatch ${PNAME}-${PVER}-fix-2.6.29-includes.patch || die
46    
47     # fix header changes with linux-2.6.30
48     mpatch ${PNAME}-${PVER}-signal-cleanup.patch || die
49    
50   # mntproc definitions are missing in newer kernels (>=2.6.31)   # mntproc definitions are missing in newer kernels (>=2.6.31)
51   mpatch ${PNAME}-${PVER}-mntproc-definitions.patch || die   mpatch ${PNAME}-${PVER}-mntproc-definitions.patch || die
52    

Legend:
Removed from v.3199  
changed lines
  Added in v.3200