mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
0a4f26f3c5
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>