This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX is picky about its symbol exports. Solution for now
[perl5.git] / hints / beos.sh
index 8d76bc5..8017dce 100644 (file)
@@ -51,3 +51,7 @@ ld='gcc'
 # Of course, this may also change with R5.
 
 export PATH="$PATH:$PWD/beos"
+
+case "$ldlibpthname" in
+'') ldlibpthname=LIBRARY_PATH ;;
+esac