mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Allow libtool path to be hinted
This commit is contained in:
parent
adb16cbd64
commit
0b1ad3fcce
@ -192,6 +192,7 @@ SLURPLOG=$TESTDIR/slurp.log
|
||||
|
||||
CONFIGPWF=$TESTDIR/configpw
|
||||
|
||||
LIBTOOL="${LIBTOOL-$TESTWD/../libtool}"
|
||||
# wrappers (valgrind, gdb, environment variables, etc.)
|
||||
if [ -n "$WRAPPER" ]; then
|
||||
: # skip
|
||||
@ -206,7 +207,7 @@ elif [ "$SLAPD_COMMON_WRAPPER" = vgdb ]; then
|
||||
fi
|
||||
|
||||
if [ -n "$WRAPPER" ]; then
|
||||
SLAPD_WRAPPER="$TESTWD/../libtool --mode=execute env $WRAPPER"
|
||||
SLAPD_WRAPPER="$LIBTOOL --mode=execute env $WRAPPER"
|
||||
fi
|
||||
|
||||
# args
|
||||
|
Loading…
Reference in New Issue
Block a user