retitle 258174 db3(GNU/k*BSD): FTBFS: out of date libtool scripts tags 258174 +patch found 258174 3.2.9-25 severity 258174 important thanks
Hi, due this bug build of db3 fails also on kfreebsd architectures. Instead of full re-libtoolize is also possible to use following patch: --- db-3.2.9/dist/ltconfig~ 2006-04-04 11:02:33.000000000 +0200 +++ db-3.2.9/dist/ltconfig 2006-04-04 11:02:33.000000000 +0200 @@ -1988,7 +1988,7 @@ ;; # This must be Linux ELF. -linux-gnu*) +linux-gnu*|k*bsd*-gnu*) version_type=linux need_lib_prefix=no need_version=no Please, could you put attached 026_kbsd_libtool.diff into debian/patches/ Thanks in advance Petr
--- db-3.2.9/dist/ltconfig~ 2006-04-04 11:02:33.000000000 +0200 +++ db-3.2.9/dist/ltconfig 2006-04-04 11:02:33.000000000 +0200 @@ -1988,7 +1988,7 @@ ;; # This must be Linux ELF. -linux-gnu*) +linux-gnu*|k*bsd*-gnu*) version_type=linux need_lib_prefix=no need_version=no

