blob: 0f4703076735f18eef02b7d7811fd974b163aeef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
gdbm is only used in tdbspeed and tdbtest which never get
installed, so lets go ahead and force disable gdbm "support"
http://bugs.gentoo.org/113824
--- Makefile.in
+++ Makefile.in
@@ -80,7 +80,7 @@
@BUILD_TDBTORTURE_TRUE@TDBTORTURE = tdbtorture
@BUILD_TDBTORTURE_FALSE@TDBTORTURE =
-noinst_PROGRAMS = tdbspeed tdbiterate $(TDBTEST) $(TDBTORTURE)
+noinst_PROGRAMS = tdbiterate $(TDBTORTURE)
bin_PROGRAMS = tdbtool tdbdump
lib_LTLIBRARIES = libtdb.la
|