mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
look for shm_open in -lrt
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1269 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
35caf0c4ea
commit
8ebef4d00f
1 changed files with 2 additions and 0 deletions
|
|
@ -206,6 +206,8 @@ AC_SEARCH_LIBS([dlopen], [dl])
|
||||||
# BSD
|
# BSD
|
||||||
AC_SEARCH_LIBS([connect], [socket])
|
AC_SEARCH_LIBS([connect], [socket])
|
||||||
|
|
||||||
|
AC_SEARCH_LIBS([shm_open], [rt])
|
||||||
|
|
||||||
# Non-standard
|
# Non-standard
|
||||||
|
|
||||||
# This magic is needed so we do not needlessly add static libs to the win32
|
# This magic is needed so we do not needlessly add static libs to the win32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue