IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25008


Ignore:
Timestamp:
Aug 6, 2009, 10:03:27 AM (17 years ago)
Author:
eugene
Message:

removed temp hack code (did not work anyway)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r25006 r25008  
    101101unshift @libpath, $libdir;
    102102
    103 # XXX a temporary hack for libreadline:
    104 $shlib_libs = $ENV{'SHLIB_LIBS'};
    105 unless ($shlib_libs =~ m|-lncurses|) {
    106     $shlib_libs .= " -lncurses";
    107 }
    108 $ENV{'SHLIB_LIBS'} = $shlib_libs;
     103# XXX a temporary hack for libreadline (this failed... needed to modify libreadline/support/shobj-conf
     104# $shlib_libs = $ENV{'SHLIB_LIBS'};
     105# unless ($shlib_libs =~ m|-lncurses|) {
     106#     $shlib_libs .= " -lncurses";
     107# }
     108# $ENV{'SHLIB_LIBS'} = $shlib_libs;
    109109
    110110# add the path defined by PATH
Note: See TracChangeset for help on using the changeset viewer.