Magellan Linux

Diff of /branches/R11-stable/core/tar/tar-1.27.1-r1.smage2

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

revision 20018 by niro, Mon Nov 18 09:55:55 2013 UTC revision 20019 by niro, Mon Nov 18 09:59:23 2013 UTC
# Line 22  sminclude mbuild Line 22  sminclude mbuild
22  SRC_URI=(  SRC_URI=(
23   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch   mirror://${PNAME}/${PNAME}-1.27-gnulib-gets.patch
26  )  )
27    
28  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
# Line 33  src_prepare() Line 33  src_prepare()
33   cd ${SRCDIR}   cd ${SRCDIR}
34    
35   # fix ftbfs against newer glibc (>=2.16)   # fix ftbfs against newer glibc (>=2.16)
36   mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die   mpatch ${PNAME}-1.27-gnulib-gets.patch || die
37  }  }
38    
39  src_compile()  src_compile()

Legend:
Removed from v.20018  
changed lines
  Added in v.20019