Magellan Linux

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

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

revision 17349 by niro, Mon Jun 10 11:29:59 2013 UTC revision 17350 by niro, Mon Jun 10 11:37:11 2013 UTC
# Line 33  src_prepare() Line 33  src_prepare()
33    
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    
37     # force reconf
38     # aclocal.m4 was created with an unreleased automake (1.99a)
39     WANT_AUTOMAKE=1.13 mautoreconf || die
40  }  }
41    
42  src_install()  src_install()

Legend:
Removed from v.17349  
changed lines
  Added in v.17350