libcorrect: add package
authorJoel Carlson <joelsoncarl@gmail.com>
Tue, 9 Oct 2018 23:46:49 +0000 (17:46 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Oct 2018 08:43:34 +0000 (10:43 +0200)
commitabbf2f4e5dd64afedffa019e16c818d68879ba13
tree6afbe7c7366e30b1e8715c6c0f0688b82a9a561f
parent81496de675b2b70278a252f86b9071e8e019154e
libcorrect: add package

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>
DEVELOPERS
package/Config.in
package/libcorrect/0001-CMakeLists.txt-conditionally-use-Wpedantic.patch [new file with mode: 0644]
package/libcorrect/Config.in [new file with mode: 0644]
package/libcorrect/libcorrect.hash [new file with mode: 0644]
package/libcorrect/libcorrect.mk [new file with mode: 0644]