Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcorrect: fix debug build | Fabrice Fontaine | 2018-11-20 | 1 | -0/+35 |
| | | | | | | | | | | Add a patch to use -fsanitize=address only when available Fixes: - http://autobuild.buildroot.net/results/221d6a418e75b39fe645c3a56cee676518d2cff6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | libcorrect: add package | Joel Carlson | 2018-10-10 | 4 | -0/+70 |
Adds the libcorrect package. Libcorrect by default builds a shared library, so require shared libraries. We add a patch to make sure -Wpedantic is only used if supported by the C compiler (gcc < 4.8 didn't support it). Signed-off-by: Joel Carlson <JoelsonCarl@gmail.com> [Thomas: add a patch to use -Wpedantic only if available, instead of depending on gcc >= 4.8.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |