Embedded solutions support#830
Conversation
83d6f9f to
a684511
Compare
|
Now good question is how i should deal with coding style for ifaddrs.c? |
Just skip the file when testing, see |
a684511 to
d3955c6
Compare
When cross-compiling, AC_CHECK_FILE macro is not supported by autotools. Falling back to default in that case.
ebb302e to
69aef13
Compare
|
It seems that somehow GitHub actions is pulling old tests/lint/run.sh. |
|
Ah, after changing from Travis CI to GitHub Actions, we do not use Thinking about it, it's a confusing regression: manual checks and GitHub Actions are triggerred differently. On the other hand we get better reports from GitHub Actions. |
In case if system doesn't provide above functions, don't fail and use Samba project libreplace implementation. This allows to run app on embedded systems.
69aef13 to
f62c839
Compare
I like this project, and i wanted to use it in open source embedded router firmware FreshTomato.
What was very surprise for me, it works very well with just a few little changes:
Any comments are welcome.