Ticket #210: pulseaudio-0.9.8-link-rt.patch

File pulseaudio-0.9.8-link-rt.patch, 332 bytes (added by matthijs, 4 years ago)

Patch against 0.9.8

  • pulseaudio-0.9.8/configure.ac

    old new  
    273273AC_SEARCH_LIBS([dlopen], [dl]) 
    274274AC_SEARCH_LIBS([shm_open], [rt]) 
    275275AC_SEARCH_LIBS([inet_ntop], [nsl]) 
     276AC_SEARCH_LIBS([timer_create], [rt]) 
    276277 
    277278# BSD 
    278279AC_SEARCH_LIBS([connect], [socket])