This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Open Configure to 64bitonly environments
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 20 Dec 2006 12:56:18 +0000 (12:56 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 20 Dec 2006 12:56:18 +0000 (12:56 +0000)
p4raw-id: //depot/metaconfig@29602

U/modified/libpth.U

index 9f1354b..8251024 100644 (file)
@@ -75,6 +75,7 @@
 ?X:    /usr/shlib is for OSF/1 systems.
 ?INIT:test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
 ?INIT:test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
+?INIT:test -d /usr/lib64         && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64"
 ?INIT:
 ?INIT:: Private path used by Configure to find libraries.  Its value
 ?INIT:: is prepended to libpth. This variable takes care of special