mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
Add -lpthread flag.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3538 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
05e1d83049
commit
4259e1a566
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -312,7 +312,8 @@ done
|
|||
if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$mingw32" = "yes" ] ; then
|
||||
AIOLIBS=
|
||||
else
|
||||
AIOLIBS="-lrt"
|
||||
# Some Linux architectures (e.g. s390) don't imply -lpthread automatically.
|
||||
AIOLIBS="-lrt -lpthread"
|
||||
fi
|
||||
|
||||
# default flags for all hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue