Changeset 316962a


Ignore:
Timestamp:
Feb 22, 2003, 2:53:57 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8262340
Parents:
7c8060d0
Message:
Hacked the build system to not have the -E link problem on Athena
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r7c8060d0 r316962a  
    2929        Made M-n work on classes and instances with spaces in them
    3030        Zaway now obeys the smart strip variable
    31 
     31        Hacked the build system to not have the -E link problem on Athena
    3232       
    33331.2.8
  • configure

    r601a9e0 r316962a  
    15651565fi
    15661566
    1567 FOO=`perl -MExtUtils::Embed -e ldopts`
     1567FOO=`perl -MExtUtils::Embed -e ldopts | sed 's/,-E//'`
    15681568echo Adding perl LDFLAGS ${FOO}
    15691569LDFLAGS=${LDFLAGS}\ ${FOO}
  • configure.in

    r601a9e0 r316962a  
    6060
    6161dnl Add LDFLAGS for embeded perl
    62 FOO=`perl -MExtUtils::Embed -e ldopts`
     62FOO=`perl -MExtUtils::Embed -e ldopts | sed 's/,-E//'`
    6363echo Adding perl LDFLAGS ${FOO}
    6464LDFLAGS=${LDFLAGS}\ ${FOO}
Note: See TracChangeset for help on using the changeset viewer.