diff options
Diffstat (limited to 'core/tdb/tdb-1.0.6-no-gdbm.patch')
-rw-r--r-- | core/tdb/tdb-1.0.6-no-gdbm.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/tdb/tdb-1.0.6-no-gdbm.patch b/core/tdb/tdb-1.0.6-no-gdbm.patch deleted file mode 100644 index 0f47030767..0000000000 --- a/core/tdb/tdb-1.0.6-no-gdbm.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 |