diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 05:02:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 05:03:10 +0100 |
commit | 6a210b6cc8fec01e564fdd92c32c83c66a60c27e (patch) | |
tree | 42cd40dee6a1f20935e582000196cfe8251b99b6 /package/check/patches/patch-check_stdint_h | |
parent | 2841218b0aaba29930f742b4eb613f523ee3710b (diff) |
check: update to latest, fix static compile by disabing test subdir
Diffstat (limited to 'package/check/patches/patch-check_stdint_h')
-rw-r--r-- | package/check/patches/patch-check_stdint_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/check/patches/patch-check_stdint_h b/package/check/patches/patch-check_stdint_h new file mode 100644 index 000000000..723d32a01 --- /dev/null +++ b/package/check/patches/patch-check_stdint_h @@ -0,0 +1,11 @@ +--- check-0.10.0.orig/check_stdint.h 2015-08-02 21:32:21.000000000 +0200 ++++ check-0.10.0/check_stdint.h 2015-11-12 04:28:52.652334615 +0100 +@@ -2,7 +2,7 @@ + #define _CHECK_CHECK_STDINT_H 1 + #ifndef _GENERATED_STDINT_H + #define _GENERATED_STDINT_H "check 0.10.0" +-/* generated using gnu compiler gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 */ ++/* generated using gnu compiler mips64el-openadk-linux-uclibcabi64-gcc (GCC) 4.9.3 */ + #define _STDINT_HAVE_STDINT_H 1 + #include <stdint.h> + #endif |