Magellan Linux

Diff of /branches/magellan-next/core/perl/perl-5.12.1-r1.smage2

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

revision 5869 by niro, Tue Aug 17 14:02:10 2010 UTC revision 5870 by niro, Tue Aug 17 14:04:23 2010 UTC
# Line 51  src_prepare() Line 51  src_prepare()
51   fi   fi
52    
53   # force use of system-zlib   # force use of system-zlib
54   sed -i -e '/^BUILD_ZLIB/ s/True/False/' \   sed -i -e '/^BUILD_ZLIB/s/True/False/' \
55   -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \   -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \
56   -e '/^LIB/s|\./zlib-src|/usr/lib64|' \   -e '/^LIB/s,\./zlib-src,/usr/lib,' \
57   ext/Compress-Raw-Zlib/config.in \   cpan/Compress-Raw-Zlib/config.in \
58   || die   || die
59    
60   # tell perl where to install the libs to   # tell perl where to install the libs to

Legend:
Removed from v.5869  
changed lines
  Added in v.5870