mirror of
https://github.com/novatiq/packages.git
synced 2026-04-25 13:24:41 +01:00
Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior. -fgnu89-inlining is not enough so use std=gnu89. Signed-off-by: Rosen Penev <rosenp@gmail.com>