Message ID | 1547615970-23545-1-git-send-email-changpeng.liu@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] contrib: compile vhost-user-blk tool by default | expand |
On Wed, Jan 16, 2019 at 01:19:28PM +0800, Changpeng Liu wrote: > Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Note: I removed my wrong e-mail address in CC. On Wed, Jan 16, 2019 at 01:19:28PM +0800, Changpeng Liu wrote: > Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
diff --git a/configure b/configure index 3eee3fc..3d5af97 100755 --- a/configure +++ b/configure @@ -5763,6 +5763,9 @@ if test "$want_tools" = "yes" ; then if [ "$posix" = "yes" ] && [ "$curl" = "yes" ]; then tools="elf2dmp $tools" fi + if [ "$linux" = "yes" ]; then + tools="vhost-user-blk\$(EXESUF) $tools" + fi fi if test "$softmmu" = yes ; then if test "$linux" = yes; then
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> --- configure | 3 +++ 1 file changed, 3 insertions(+)