1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r14740: Try loading shared libs from the bin/ directory (useful for running 'make test'

without developer mode)
This commit is contained in:
Jelmer Vernooij 2006-03-26 12:57:50 +00:00 committed by Gerald (Jerry) Carter
parent 2c87f210e9
commit 3aafd09020

View File

@ -50,6 +50,9 @@ cd $OLD_PWD
TEST_DATA_PREFIX=$PREFIX_ABS
export TEST_DATA_PREFIX
LD_LIBRARY_PATH=$PREFIX_ABS/bin:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
TMPDIR=$PREFIX_ABS/tmp
LIBDIR=$PREFIX_ABS/lib
ETCDIR=$PREFIX_ABS/etc