1
0
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:
Gerald (Jerry) Carter
2007-12-21 13:50:13 -06:00
parent 387288e950
commit 98b21126a7
2 changed files with 7 additions and 2 deletions

View File

@ -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
##