configure: Add libraries for qemu-ga on Solaris
Move socket-related Solaris libraries to $solarisnetlibs and use them for both $LIBS and $libs_qga. Fixes build on illumos without --disable-guest-agent. Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk> Signed-off-by: Andreas Färber <andreas.faerber@web.de> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
e61ab1da7e
commit
560d375fe0
4
configure
vendored
4
configure
vendored
@ -468,7 +468,9 @@ SunOS)
|
||||
# needed for TIOCWIN* defines in termios.h
|
||||
QEMU_CFLAGS="-D__EXTENSIONS__ $QEMU_CFLAGS"
|
||||
QEMU_CFLAGS="-std=gnu99 $QEMU_CFLAGS"
|
||||
LIBS="-lsocket -lnsl -lresolv $LIBS"
|
||||
solarisnetlibs="-lsocket -lnsl -lresolv"
|
||||
LIBS="$solarisnetlibs $LIBS"
|
||||
libs_qga="$solarisnetlibs $libs_qga"
|
||||
;;
|
||||
AIX)
|
||||
aix="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user