diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-12 16:22:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-13 10:54:05 +0000 |
commit | 6df1ab7a7ed137621f0e2e4b7c49cbcd3bbaa449 (patch) | |
tree | 2676e7c8b01fcdfce3fea439c5ec8bea5de93c10 /testing/clapf | |
parent | adc6edea388834f48c54218a144b713c76dea505 (diff) | |
download | aports-6df1ab7a7ed137621f0e2e4b7c49cbcd3bbaa449.tar.bz2 aports-6df1ab7a7ed137621f0e2e4b7c49cbcd3bbaa449.tar.xz |
main/gnokii: build fix for gcc8
This is yet another package that assumes GNU-style inline keyword handling
and fails with the "undefined reference to `foo'" linker error where foo is
some inline function (here local_atoi).
Instead of fixing the source, pass -std=gnu89 in CFLAGS because
1) this is shorter and easier;
2) the project is actually written in GNU C89 dialect;
3) upstream is not active (the last release was in 2011).
With this change in place gnokii-0.6.31-gcc5.patch can be removed,
suggesting the -std=gnu89 approach is also more future-proof for any
further changes in compiler's inliner implementation.
Diffstat (limited to 'testing/clapf')
0 files changed, 0 insertions, 0 deletions