VirtualBox

Changeset 84667 in vbox


Ignore:
Timestamp:
Jun 3, 2020 3:19:37 PM (4 years ago)
Author:
vboxsync
Message:

configure: Extend LD_LIBRARY_PATH instead of unconditionally overriding it. Helps when Qt is built with unusual dynamic libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r83224 r84667  
    333333  ## Set this to non-empty to make this test non-fatal.
    334334  local_nofail="${2}"
    335   echo "executing the binary (LD_LIBRARY_PATH=$1)" >> $LOG
    336   LD_LIBRARY_PATH="${local_path}" $ODIR.tmp_out > $ODIR.test_execute.log 2>&1
     335  echo "executing the binary (LD_LIBRARY_PATH=$1:$LD_LIBRARY_PATH)" >> $LOG
     336  LD_LIBRARY_PATH="${local_path}:$LD_LIBRARY_PATH" $ODIR.tmp_out > $ODIR.test_execute.log 2>&1
    337337  rc=$?
    338338  cat $ODIR.test_execute.log | tee -a $LOG
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette