docker: Add EXTRA_CONFIGURE_OPTS

Whatever passed in this variable will be appended to all
configure commands.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1464755128-32490-15-git-send-email-famz@redhat.com
This commit is contained in:
Fam Zheng 2016-06-01 12:25:27 +08:00
parent dc2e7eebd8
commit 35e0f959b5
2 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@ build_qemu()
$QEMU_SRC/configure \
--target-list="${TARGET_LIST}" \
--prefix="$PWD/install" \
$EXTRA_CONFIGURE_OPTS \
"$@"
make $MAKEFLAGS
}