mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
link libspice server with libm libpthread
server/Makefile apparently forgot to link libspice-server with -lm -lpthread, but it uses symbols from these libraries directly. These libs are detected by configure and stored in $(SPICE_NONPKGCONFIG_LIBS) make variable, but this variable is never referenced at link time. Add it to server/Makefile.am, to libspice_server_la_LIBADD variable. Signed-off-By: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4eb172f6fe
commit
cf8ebbc484
@ -40,6 +40,7 @@ libspice_server_la_LIBADD = \
|
||||
$(SLIRP_LIBS) \
|
||||
$(SSL_LIBS) \
|
||||
$(Z_LIBS) \
|
||||
$(SPICE_NONPKGCONFIG_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
libspice_server_la_SOURCES = \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user