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 3198 by niro, Wed Oct 14 12:37:50 2009 UTC revision 3199 by niro, Fri Oct 16 11:15:21 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}-mntproc-definitions.patch
31  )  )
32    
33  UP2DATE="updatecmd ${HOMEPAGE}/Testing/ | lasttarball"  UP2DATE="updatecmd ${HOMEPAGE}/Testing/ | lasttarball"
# Line 42  src_prepare() Line 43  src_prepare()
43   # new include-layout in 2.6.29   # new include-layout in 2.6.29
44   mpatch ${PNAME}-${PVER}-fix-2.6.29-includes.patch || die   mpatch ${PNAME}-${PVER}-fix-2.6.29-includes.patch || die
45    
46     # mntproc definitions are missing in newer kernels (>=2.6.31)
47     mpatch ${PNAME}-${PVER}-mntproc-definitions.patch || die
48    
49   ln -snf ${LINUX_SOURCES} ${SRCDIR}/linux || die   ln -snf ${LINUX_SOURCES} ${SRCDIR}/linux || die
50  }  }
51    

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