Ignore:
Timestamp:
2013-10-02T15:46:16+13:00 (11 years ago)
Author:
davidb
Message:

BZip package added to server side of compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/echoprint/trunk/src/packages/CASCADE-MAKE.sh

    r27934 r28347  
    1313arg1=$1 && shift
    1414
    15 packlist=
     15packlist="ZLIB BZIP2"
    1616if [ "x$arg1" != "x" ] ; then
    1717
    1818  if [ $arg1 == "client" -o $arg1 == "all" ] ; then
    19     packlist="$packlist CMAKE ZLIB BZIP2 BOOST TAGLIB"
     19    packlist="$packlist CMAKE BOOST TAGLIB"
    2020  elif [ $arg1 = "server" -o $arg1 = "all" ] ; then
    2121    packlist="$packlist TOKYO-CABINET TOKYO-TYRANT"
Note: See TracChangeset for help on using the changeset viewer.