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-Makefile_in | |
parent | 2841218b0aaba29930f742b4eb613f523ee3710b (diff) |
check: update to latest, fix static compile by disabing test subdir
Diffstat (limited to 'package/check/patches/patch-Makefile_in')
-rw-r--r-- | package/check/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/check/patches/patch-Makefile_in b/package/check/patches/patch-Makefile_in new file mode 100644 index 000000000..fc59b2cac --- /dev/null +++ b/package/check/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- check-0.10.0.orig/Makefile.in 2015-08-02 21:31:55.000000000 +0200 ++++ check-0.10.0/Makefile.in 2015-11-12 04:31:11.583130094 +0100 +@@ -292,7 +292,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = lib src doc . checkmk tests ++SUBDIRS = lib src doc . checkmk + AM_MAKEINFOFLAGS = -I$(top_srcdir)/doc/example + CLEANFILES = *~\ + $(PACKAGE)-$(VERSION).tar.gz\ |