summaryrefslogtreecommitdiffstats
path: root/extra/tdb/tdb-1.0.6-no-gdbm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tdb/tdb-1.0.6-no-gdbm.patch')
-rw-r--r--extra/tdb/tdb-1.0.6-no-gdbm.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/tdb/tdb-1.0.6-no-gdbm.patch b/extra/tdb/tdb-1.0.6-no-gdbm.patch
new file mode 100644
index 00000000..0f470307
--- /dev/null
+++ b/extra/tdb/tdb-1.0.6-no-gdbm.patch
@@ -0,0 +1,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