tags 394626 patch thanks Compiling the problematic qdbm C++ file with -O0 on alpha avoids the FTBFS.
I am attaching a patch for your convenience to adapt to your packaging. Cheers, -- .''`. Aurélien GÉRÔME : :' : `. `'` Free Software Developer `- Unix Sys & Net Admin
diff -ruN qdbm-1.8.70.orig/plus/Makefile.in qdbm-1.8.70/plus/Makefile.in --- qdbm-1.8.70.orig/plus/Makefile.in 2006-10-22 12:47:13.000000000 +0200 +++ qdbm-1.8.70/plus/Makefile.in 2006-10-22 12:47:49.000000000 +0200 @@ -41,7 +41,7 @@ # Building binaries CXX = @CXX@ -RELCXXFLAGS = -O1 -DNDEBUG +RELCXXFLAGS = -O0 -DNDEBUG CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(HOME)/include -I/usr/local/include \ -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \ -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 \
signature.asc
Description: Digital signature