Ticket #210 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Pulseaudio should link against librt, even when shm is not available

Reported by: matthijs Owned by: lennart
Milestone: Component: build-system
Keywords: Cc: matthijs@…

Description

When SHM is not available (also see #200), pulseaudio will not link against librt. However, pulseaudio also uses various timer functions from librt, which end up being unresolved.

The attached (trivial) patch adds a check to make pulseaudio compile on systems without shm. Patch is against 0.9.8.

Attachments

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

Change History

Changed 4 years ago by matthijs

Patch against 0.9.8

Changed 4 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed

(In [2108]) look for timer_create in librt, Closes #210, patch supplied by matthijs

Note: See TracTickets for help on using tickets.