mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08: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
@ -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 New Issue
Block a user