Magellan Linux

Diff of /trunk/core/cpio/cpio-2.12-r1.smage2

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

revision 26925 by niro, Wed Nov 4 11:53:47 2015 UTC revision 26926 by niro, Wed Nov 4 11:59:31 2015 UTC
# Line 20  sminclude mbuild Line 20  sminclude mbuild
20  SRC_URI=(  SRC_URI=(
21   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch  
23  )  )
24    
25  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
26    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix ftbfs against newer glibc (>=2.16)  
  mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die  
 }  
   
27  src_compile()  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.26925  
changed lines
  Added in v.26926