Magellan Linux

Diff of /branches/magellan-next/core/klibc/klibc-1.5.19-r1.smage2

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

revision 6060 by niro, Wed Aug 18 15:51:08 2010 UTC revision 6061 by niro, Wed Aug 18 18:59:38 2010 UTC
# Line 25  sminclude mtools Line 25  sminclude mtools
25  SRC_URI=(  SRC_URI=(
26   http://www.kernel.org/pub/linux/libs/${PNAME}/Current/${SRCFILE}   http://www.kernel.org/pub/linux/libs/${PNAME}/Current/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.5.15-fix-2.6.29-includes.patch  
  mirror://${PNAME}/${PNAME}-1.5.15-signal-cleanup.patch  
28   mirror://${PNAME}/${PNAME}-1.5.15-mntproc-definitions.patch   mirror://${PNAME}/${PNAME}-1.5.15-mntproc-definitions.patch
29  )  )
30    
# Line 37  src_prepare() Line 35  src_prepare()
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
  # new include-layout in 2.6.29  
  mpatch ${PNAME}-1.5.15-fix-2.6.29-includes.patch || die  
   
  # fix header changes with linux-2.6.30  
  mpatch ${PNAME}-1.5.15-signal-cleanup.patch || die  
   
38   # mntproc definitions are missing in newer kernels (>=2.6.31)   # mntproc definitions are missing in newer kernels (>=2.6.31)
39   mpatch ${PNAME}-1.5.15-mntproc-definitions.patch || die   mpatch ${PNAME}-1.5.15-mntproc-definitions.patch || die
40    

Legend:
Removed from v.6060  
changed lines
  Added in v.6061