]> git.proxmox.com Git - mirror_qemu.git/commit - configure
build-sys: do not include Windows SLIRP dependencies in $LIBS
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Dec 2019 13:41:51 +0000 (14:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:32:47 +0000 (19:32 +0100)
commitb965e8c538b30116a637d64da6e2bd6d54e50171
treec5150fe8f2b391c2cf7d36b999df0bf6092c5fcb
parent57589bc497d518fc509cd8adb9407ea7984ec540
build-sys: do not include Windows SLIRP dependencies in $LIBS

When including the internal SLIRP library, we should add all the libraries that
it needs for the build.  Right now they are all included by QEMU, but -liphlpapi
is not needed without slirp.  Move it from LIBS to slirp_libs.

Based on a patch by Marc-AndrĂ© Lureau.

Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure