mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
16f623b387
The code from 1996 is using pre-c99 inline semantics that cause compilation failures on i386. Added std-gnu89 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>