Changeset 855dc8d


Ignore:
Timestamp:
Jan 16, 2007, 3:57:51 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
fa86732
Parents:
e1b197e8
git-author:
Nelson Elhage <nelhage@mit.edu> (01/16/07 15:57:47)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/16/07 15:57:51)
Message:
Not statically linking perl (This may or may not be the correct
solution)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • athstatic

    rd09e5a1 r855dc8d  
    1717    # Chop off the first two characters to get the library name.
    1818    lib=`expr "$arg" : '..\(.*\)$'`
    19     if [ -f /usr/athena/lib/lib${lib}.a ]; then
     19    if [ -f /usr/athena/lib/lib${lib}.a -a "$lib" != "perl" ]; then
    2020      options="$options /usr/athena/lib/lib${lib}.a"
    2121    else
Note: See TracChangeset for help on using the changeset viewer.