openwrt-packages/utils/bandwidthd
Jean-Michel Lacroix 104ce78af8 bandwidthd: [18.06] fix undefined references to inline functions
This is basically same commit that took place in master 3 weeks ago.
gcc-7 with -Os makes inline functions disappeard. It is caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help

Compile tested on 18.06.  Run tested on OpenWrt 18.06.1 r7258-5eb055306f
QEMU Virtual CPU version (cpu64-rhel6)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2018-11-03 11:07:08 -04:00
..
files bandwidthd: update to 2.0.1-34, sqlite support and SMTP tracking 2017-01-01 12:44:56 -05:00
patches bandwidthd: update to 2.0.1-34, sqlite support and SMTP tracking 2017-01-01 12:44:56 -05:00
Makefile bandwidthd: [18.06] fix undefined references to inline functions 2018-11-03 11:07:08 -04:00