mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
* tests/scripts/defines.sh: add ${LD_LIBRARY_PATH} to the LD_LIBRARY_PATH
export so we don't clobber anything the user already has set
This commit is contained in:
parent
b7dd47c4cb
commit
bf260f1d95
1 changed files with 1 additions and 1 deletions
|
|
@ -74,4 +74,4 @@ ACLOUTMASTER=$DATADIR/acl.out.master
|
|||
REPLOUTMASTER=$DATADIR/repl.out.master
|
||||
MODSRCHFILTERS=$DATADIR/modify.search.filters
|
||||
# Just in case we linked the binaries dynamically
|
||||
export LD_LIBRARY_PATH=`pwd`/../libraries
|
||||
export LD_LIBRARY_PATH=`pwd`/../libraries:${LD_LIBRARY_PATH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue