diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-09 13:21:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-09 13:21:09 +0000 |
commit | 5460b889677b9f352c882dbcd4ad4470b8281664 (patch) | |
tree | d9b569c82b5584c4b18b7558709c6b589c2c8767 /hints/dec_osf.sh | |
parent | 09540bc3de84b057c3f1f2425ba0ce144d6c4617 (diff) | |
download | perl-5460b889677b9f352c882dbcd4ad4470b8281664.tar.gz |
Tru64: additional instructions for building a newer Berkeley DB.
p4raw-id: //depot/perl@18864
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 8cf54b19df..5b15fade2f 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -409,6 +409,10 @@ case "$LD_LIBRARY_PATH" in "$old_LD_LIBRARY_PATH") ;; *) echo "LD_LIBRARY_PATH is now $LD_LIBRARY_PATH." >& 4 ;; esac +case "$LD_LIBRARY_PATH" in +'') ;; +* ) export LD_LIBRARY_PATH ;; +esac # # Unset temporary variables no more needed. |