mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
Fix "make test" using the LD_LIBRARY_PATH for selftest script so
smbd can locate the libwbclient library (if neccessary).
(This used to be commit 481cc9ab6a
)
This commit is contained in:
@ -70,6 +70,10 @@ export WINBINDD_SOCKET_DIR WINBINDD_PRIV_PIPE_DIR
|
||||
PATH=bin:$PATH
|
||||
export PATH
|
||||
|
||||
LD_LIBRARY_PATH=$BINDIR
|
||||
echo "LD_LIBRRARY_PATH=$LD_LIBRARY_PATH"
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
##
|
||||
## verify that we were built with --enable-socket-wrapper
|
||||
##
|
||||
|
Reference in New Issue
Block a user