Hi all, sorry for the late reply. With regards to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269715 I've applied the following patch to the Makefile: diff -urNad brutefir-1.0/Makefile /tmp/dpep.rSAnEB/brutefir-1.0/Makefile --- brutefir-1.0/Makefile 2004-10-30 13:30:15.000000000 +0200 +++ /tmp/dpep.rSAnEB/brutefir-1.0/Makefile 2004-12-09 10:48:47.000000000 +0100 @@ -86,11 +86,13 @@ CC_WARN = -Wall -Wlong-long -Wpointer-arith -Wshadow \ -Wcast-qual -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations \ -Wnested-externs +BRUTEFIR_LIBS += -lrt -ldl +endif + +# Sparc ifeq ($(UNAME_P),sparc) CC_FLAGS += -Wa,-xarch=v8plus endif -BRUTEFIR_LIBS += -lrt -ldl -endif # FreeBSD ifeq ($(UNAME),FreeBSD) Before uploading the package I'd like to test it, but I've not access to any sparc machine. Would somebody kindly try to build the package? You can find the source at: http://people.miu-ft.org/~free/packages/ Thanks, Free

