IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 29, 2008, 7:18:58 AM (18 years ago)
Author:
Paul Price
Message:

Allowing force all, and turning off building zlib, since it won't build under psconfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r17160 r17490  
    131131
    132132    if ($force ne "") {
    133         if ($force eq $name) {
     133        if ($force eq $name or (lc($force) eq "all" and lc($tarball) ne "none")) {
    134134            &buildlib ($name, $tarball, $tardir, $use_equals, $configure_opts, $make_opts, $install_opts);
    135             exit 0;
     135#           exit 0;
    136136        }
    137137        next;
     
    182182sub buildlib {
    183183    my ($name, $tarball, $tardir, $use_equals, $configure_opts, $make_opts, $install_opts) = @_;
     184
     185    if ($name eq "libz") {
     186        print "zlib doesn't like psconfigure --- you have to build this yourself.";
     187        return 1;
     188    }
    184189
    185190    if ($tarball eq "NONE") {
Note: See TracChangeset for help on using the changeset viewer.