summaryrefslogtreecommitdiff
path: root/debian/patches/no_test_dbinfo
blob: 5269115e960284a7f858af6946dac8e821ecf4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: Disable test_dbinfo as it fails to build on MIPS
Author: Jelmer Vernooij <jelmer@debian.org>
Bug-Debian: https://bugs.debian.org/844227

diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am
index c17305767..85b078bcb 100644
--- a/lib/hdb/Makefile.am
+++ b/lib/hdb/Makefile.am
@@ -73,7 +73,7 @@ if versionscript
 libhdb_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
 endif
 
-noinst_PROGRAMS = test_dbinfo test_hdbkeys test_mkey test_hdbplugin
+noinst_PROGRAMS = test_hdbkeys test_mkey test_hdbplugin
 
 dist_libhdb_la_SOURCES =			\
 	common.c				\
diff --git a/lib/hdb/Makefile.in b/lib/hdb/Makefile.in
index f54940d23..f4a408a4c 100644
--- a/lib/hdb/Makefile.in
+++ b/lib/hdb/Makefile.in
@@ -98,7 +98,7 @@ build_triplet = @build@
 host_triplet = @host@
 @HAVE_DBHEADER_TRUE@am__append_1 = -I$(DBHEADER)
 @versionscript_TRUE@am__append_2 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
-noinst_PROGRAMS = test_dbinfo$(EXEEXT) test_hdbkeys$(EXEEXT) \
+noinst_PROGRAMS = test_hdbkeys$(EXEEXT) \
 	test_mkey$(EXEEXT) test_hdbplugin$(EXEEXT)
 subdir = lib/hdb
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4