IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25006


Ignore:
Timestamp:
Aug 6, 2009, 9:20:23 AM (17 years ago)
Author:
eugene
Message:

set SHLIB_LIBS to -lncurses to build libncurses into libreadline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r24068 r25006  
    100100# search for, and drop, existing libdir entry in libpath?
    101101unshift @libpath, $libdir;
     102
     103# XXX a temporary hack for libreadline:
     104$shlib_libs = $ENV{'SHLIB_LIBS'};
     105unless ($shlib_libs =~ m|-lncurses|) {
     106    $shlib_libs .= " -lncurses";
     107}
     108$ENV{'SHLIB_LIBS'} = $shlib_libs;
    102109
    103110# add the path defined by PATH
Note: See TracChangeset for help on using the changeset viewer.