mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
padsp needs dlsym & co so make sure we get that lib included.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@960 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3fa19ab457
commit
6a7172e91c
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ AC_SEARCH_LIBS([pow], [m])
|
||||||
|
|
||||||
# POSIX
|
# POSIX
|
||||||
AC_SEARCH_LIBS([sched_setscheduler], [rt])
|
AC_SEARCH_LIBS([sched_setscheduler], [rt])
|
||||||
|
AC_SEARCH_LIBS([dlopen], [dl])
|
||||||
|
|
||||||
# BSD
|
# BSD
|
||||||
AC_SEARCH_LIBS([connect], [socket])
|
AC_SEARCH_LIBS([connect], [socket])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue