summaryrefslogtreecommitdiff
path: root/package/check/patches/patch-src_check_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-12 05:02:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-12 05:03:10 +0100
commit6a210b6cc8fec01e564fdd92c32c83c66a60c27e (patch)
tree42cd40dee6a1f20935e582000196cfe8251b99b6 /package/check/patches/patch-src_check_h
parent2841218b0aaba29930f742b4eb613f523ee3710b (diff)
check: update to latest, fix static compile by disabing test subdir
Diffstat (limited to 'package/check/patches/patch-src_check_h')
-rw-r--r--package/check/patches/patch-src_check_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/check/patches/patch-src_check_h b/package/check/patches/patch-src_check_h
new file mode 100644
index 000000000..22859a78c
--- /dev/null
+++ b/package/check/patches/patch-src_check_h
@@ -0,0 +1,11 @@
+--- check-0.10.0.orig/src/check.h 2015-08-02 21:32:21.000000000 +0200
++++ check-0.10.0/src/check.h 2015-11-12 04:28:52.456347600 +0100
+@@ -807,7 +807,7 @@ enum print_output
+ either "silent", "minimal", "normal",
+ or "verbose". If the environment variable
+ is not set, then CK_NORMAL will be used.*/
+-#if 1
++#if 0
+ CK_SUBUNIT, /**< Run as a subunit child process */
+ #endif
+ CK_LAST /**< Not a valid option */