Skip to content

pipewire-v4l2: disable _FORTIFY_SOURCE when defining override functions

P V requested to merge pvir/pipewire:v4l2-wrap-fs into master

_FORTIFY_SOURCE defines always_inline versions of open etc. functions, which conflict with our exported override versions. Disable it for the file that defines the override functions.

Closes #2526 (closed)

Edited by P V

Merge request reports