Skip to content
Commit 01fe47c7 authored by Mitch Tishmack's avatar Mitch Tishmack Committed by Rok Garbas
Browse files

librsync needs --std=gnu89 due to use of inline, fixes #11211

Without this, if compiled with clang, all static functions do not end
up in the resultant shared library due to clang defaulting to c99.

The simple fix is to adjust CFLAGS, otherwise one needs to patch
a lot of inline's away needlessly.
parent 7f7b0dc3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment