Changeset 15269 for trunk/Mars/macros


Ignore:
Timestamp:
04/06/13 13:02:56 (12 years ago)
Author:
tbretz
Message:
Added the HAVE_ZLIB flag and libz for AcliC compilation to get the gzip support properly working in that case.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/macros/rootlogon.C

    r15262 r15269  
    184184    TString lib(gSystem->GetLinkedLibs());
    185185
    186     opt += " -D__MARS__ ";
     186    opt += " -D__MARS__ -DHAVE_ZLIB";
    187187    opt += " -std=c++0x ";
    188188
    189     dbg += " -D__MARS__ ";
     189    dbg += " -D__MARS__ -DHAVE_ZLIB";
    190190    dbg += " -std=c++0x ";
    191191
    192     lib += " -lnova ";
     192    lib += " -lnova -lz";
    193193
    194194    gSystem->SetLinkedLibs(lib);
Note: See TracChangeset for help on using the changeset viewer.