Magellan Linux

Diff of /branches/magellan-next/extras/libarchive/libarchive-2.8.4-r1.smage2

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

revision 7131 by niro, Wed Sep 29 11:08:24 2010 UTC revision 7132 by niro, Wed Sep 29 11:13:00 2010 UTC
# Line 36  src_compile() Line 36  src_compile()
36  {  {
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
39     # without-lzmadec is disabled because we use the newer lzma lib from xz-utils
40   mconfigure \   mconfigure \
41   --disable-dependency-tracking \   --disable-dependency-tracking \
42   --bindir=/bin \   --bindir=/bin \
# Line 46  src_compile() Line 47  src_compile()
47   --with-zlib \   --with-zlib \
48   --with-bz2lib\   --with-bz2lib\
49   --with-lzma \   --with-lzma \
50     --without-lzmadec \
51   || die   || die
52    
53   mmake || die   mmake || die

Legend:
Removed from v.7131  
changed lines
  Added in v.7132