diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 11:57:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-13 11:57:53 +0000 |
commit | 25fcf68e9fb9ccae1c8985da99f183a3369e3722 (patch) | |
tree | 0844b08d3e9d782e8556939f3f6cb051953bceda /extra/tdb/tdb-1.0.6-no-gdbm.patch | |
parent | 1f0eb2ae35eeed60e543571c97c4c6ebc2a84580 (diff) | |
download | aports-25fcf68e9fb9ccae1c8985da99f183a3369e3722.tar.bz2 aports-25fcf68e9fb9ccae1c8985da99f183a3369e3722.tar.xz |
extra/tdb: moved from core
Is not used by lbu commit anymore
Diffstat (limited to 'extra/tdb/tdb-1.0.6-no-gdbm.patch')
-rw-r--r-- | extra/tdb/tdb-1.0.6-no-gdbm.patch | 16 |
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 0000000000..0f47030767 --- /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 |