mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: fix check for pthread_setaffinity_np()
This commit is contained in:
parent
2b2149dc9d
commit
323f0ad403
2 changed files with 2 additions and 1 deletions
|
|
@ -402,6 +402,7 @@ AC_SEARCH_LIBS([dlopen], [dl])
|
|||
AC_SEARCH_LIBS([shm_open], [rt])
|
||||
AC_SEARCH_LIBS([inet_ntop], [nsl])
|
||||
AC_SEARCH_LIBS([timer_create], [rt])
|
||||
AC_SEARCH_LIBS([pthread_setaffinity_np], [pthread])
|
||||
|
||||
# BSD
|
||||
AC_SEARCH_LIBS([connect], [socket])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue