Magellan Linux

Diff of /trunk/core/gzip/gzip-1.7-r1.smage2

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

revision 27637 by niro, Mon Apr 4 08:32:50 2016 UTC revision 27638 by niro, Mon Apr 4 08:35:34 2016 UTC
# Line 22  msetfeature "!check" Line 22  msetfeature "!check"
22  SRC_URI=(  SRC_URI=(
23   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.3.13-rsync.patch  
  mirror://${PNAME}/${PNAME}-1.5-man-rsyncable.patch  
25  )  )
26    
27  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
# Line 33  src_prepare() Line 31  src_prepare()
31   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
32   cd ${SRCDIR}   cd ${SRCDIR}
33    
  # adds rsyncable switch, required by >=dracut-040  
  mpatch ${PNAME}-1.3.13-rsync.patch || die  
  mpatch ${PNAME}-1.5-man-rsyncable.patch || die  
   
34   # fix compilation with newer glibc (>=2.6.1)   # fix compilation with newer glibc (>=2.6.1)
35   sed -i "s/futimens/gl_&/" $(grep -lr futimens *) || die   sed -i "s/futimens/gl_&/" $(grep -lr futimens *) || die
36    

Legend:
Removed from v.27637  
changed lines
  Added in v.27638