Changeset 25027 for branches/pap/psconfig/pschecklibs
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psconfig
- Property svn:mergeinfo deleted
-
branches/pap/psconfig/pschecklibs
r23155 r25027 25 25 if ($ARGV[0] eq "-force") { 26 26 if (@ARGV < 2) { die "-force must be coupled to a library name\n"; } 27 $force{lc($ARGV[1])} = 1; 27 if (lc($ARGV[1]) eq 'build') { 28 $force{'autoconf'} = 1; 29 $force{'automake'} = 1; 30 $force{'libtool'} = 1; 31 $force{'pkg-config'} = 1; 32 } else { 33 $force{lc($ARGV[1])} = 1; 34 } 28 35 shift; shift; next; 29 36 } … … 93 100 # search for, and drop, existing libdir entry in libpath? 94 101 unshift @libpath, $libdir; 102 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; 95 109 96 110 # add the path defined by PATH
Note:
See TracChangeset
for help on using the changeset viewer.
