1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

configure: allow configure script to accept parameters with spaces

Specifically this enables passing two linker flags to the --fuzz-target-ldflags
configure argument.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Uri Simchoni 2021-09-04 11:01:56 +03:00 committed by Andrew Bartlett
parent 2fe8d3eeac
commit e608dcd2d6

2
configure vendored
View File

@ -13,5 +13,5 @@ export JOBS
unset LD_PRELOAD
cd . || exit 1
$PYTHON $WAF configure $@ || exit 1
$PYTHON $WAF configure "$@" || exit 1
cd $PREVPATH